openbsd-ports/misc/ftdi-eeprom/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

22 lines
430 B
Makefile

# $OpenBSD: Makefile,v 1.8 2011/06/23 22:50:27 naddy Exp $
COMMENT= tool to program the eeprom on FTDI usb devices
DISTNAME= ftdi-eeprom-1.1
REVISION= 1
CATEGORIES= misc
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= http://www.bwct.de/
FAKE_FLAGS= BINDIR="${TRUEPREFIX}/sbin" \
MANDIR="${TRUEPREFIX}/man/man"
.include <bsd.port.mk>