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