2013-03-11 07:20:26 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:23:57 espie Exp $
|
2003-02-18 18:58:00 -05:00
|
|
|
|
2011-03-08 01:44:55 -05:00
|
|
|
COMMENT= tool to program the eeprom on FTDI usb devices
|
2003-02-18 18:58:00 -05:00
|
|
|
|
|
|
|
DISTNAME= ftdi-eeprom-1.1
|
2011-06-23 18:50:26 -04:00
|
|
|
REVISION= 1
|
2003-02-18 18:58:00 -05:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2004-12-22 06:48:32 -05:00
|
|
|
WANTLIB= c
|
2003-02-18 18:58:00 -05:00
|
|
|
|
|
|
|
MASTER_SITES= http://www.bwct.de/
|
|
|
|
|
|
|
|
FAKE_FLAGS= BINDIR="${TRUEPREFIX}/sbin" \
|
2011-06-23 18:50:26 -04:00
|
|
|
MANDIR="${TRUEPREFIX}/man/man"
|
2003-02-18 18:58:00 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|