13 lines
402 B
Makefile
13 lines
402 B
Makefile
FW_DRIVER= uath
|
|
FW_VER= 2.0
|
|
REVISION= 1
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/license.txt ${PREFIX}/firmware/uath-license
|
|
echo "\nThe following file is under this license:\n\nuath-ar5523\n\nThis file is needed by uath(4) devices." >> ${PREFIX}/firmware/uath-license
|
|
${INSTALL_DATA} ${WRKSRC}/ar5523.bin ${PREFIX}/firmware/uath-ar5523
|
|
|
|
.include <bsd.port.mk>
|