16 lines
280 B
Makefile
16 lines
280 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
|
|
|
|
SITES= http://www.bwct.de/
|
|
|
|
FAKE_FLAGS= BINDIR="${TRUEPREFIX}/sbin" \
|
|
MANDIR="${TRUEPREFIX}/man/man"
|
|
|
|
.include <bsd.port.mk>
|