34 lines
636 B
Makefile
34 lines
636 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/02/08 22:38:28 ajacoutot Exp $
|
|
|
|
COMMENT = device firmware update (DFU) USB programmer
|
|
|
|
DISTNAME = dfu-util-svn-4900
|
|
PKGNAME = dfu-util-0.1p0
|
|
|
|
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
|
|
|
|
WANTLIB = c
|
|
|
|
MASTER_SITES = http://lodoss.net/
|
|
|
|
LIB_DEPENDS = usb::devel/libusb
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/dfu-util.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|