openbsd-ports/comms/dfu-util/Makefile
2013-03-11 01:30:26 +00:00

30 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.11 2013/03/11 01:30:26 espie Exp $
COMMENT = device firmware update (DFU) USB programmer
DISTNAME = dfu-util-0.3
REVISION = 0
CATEGORIES = comms
HOMEPAGE = http://dfu-util.gnumonks.org/
MAINTAINER = Ian Darwin <ian@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}/releases/
LIB_DEPENDS = devel/libusb-compat
WANTLIB = c usb pthread
CONFIGURE_STYLE = gnu
NO_TEST = Yes
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/dfu-util.1 ${PREFIX}/man/man1
.include <bsd.port.mk>