36 lines
667 B
Makefile
36 lines
667 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/10/19 20:07:14 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>
|