17 lines
286 B
Makefile
17 lines
286 B
Makefile
|
COMMENT= tool to program the eeprom on FTDI usb devices
|
||
|
|
||
|
DISTNAME= ftdi-eeprom-1.1
|
||
|
REVISION= 1
|
||
|
CATEGORIES= misc
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
WANTLIB= c
|
||
|
|
||
|
MASTER_SITES= http://www.bwct.de/
|
||
|
|
||
|
FAKE_FLAGS= BINDIR="${TRUEPREFIX}/sbin" \
|
||
|
MANDIR="${TRUEPREFIX}/man/man"
|
||
|
|
||
|
.include <bsd.port.mk>
|