openbsd-ports/misc/ftdi-eeprom/Makefile
naddy 1651826ec2 Import ftdi-eeprom 1.1.
ftdi-eeprom writes the contents of the configuration eeproms for
FTDI usb chips.
2003-02-18 23:58:00 +00:00

20 lines
413 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/02/18 23:58:00 naddy Exp $
COMMENT= "tool to programm the eeprom on FTDI usb devices"
DISTNAME= ftdi-eeprom-1.1
CATEGORIES= misc
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.bwct.de/
FAKE_FLAGS= BINDIR="${TRUEPREFIX}/sbin" \
MANDIR="${TRUEPREFIX}/man/cat"
.include <bsd.port.mk>