openbsd-ports/comms/dfu-util/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

36 lines
666 B
Makefile

# $OpenBSD: Makefile,v 1.7 2010/11/15 00:22:50 espie Exp $
COMMENT = device firmware update (DFU) USB programmer
DISTNAME = dfu-util-svn-4900
PKGNAME = dfu-util-0.1
REVISION = 0
CATEGORIES = comms
HOMEPAGE = http://wiki.openmoko.org/wiki/Dfu-util
MAINTAINER = Ian Darwin <ian@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://files.lodoss.net/
LIB_DEPENDS = devel/libusb
WANTLIB = c usb
CONFIGURE_STYLE = gnu
USE_GROFF = Yes
NO_REGRESS = Yes
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/dfu-util.1 ${PREFIX}/man/man1
.include <bsd.port.mk>