2013-03-14 11:33:19 +00:00
|
|
|
# Created by: Bruce Cran <bruce@cran.org.uk>
|
2009-02-18 23:07:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dfu-util
|
2013-03-14 11:33:19 +00:00
|
|
|
PORTVERSION= 0.7
|
2009-02-18 23:07:57 +00:00
|
|
|
CATEGORIES= comms
|
2013-03-14 11:33:19 +00:00
|
|
|
MASTER_SITES= http://dfu-util.gnumonks.org/releases/
|
2009-02-18 23:07:57 +00:00
|
|
|
|
2013-03-12 17:16:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-02-18 23:07:57 +00:00
|
|
|
COMMENT= Device firmware update (DFU) USB programmer
|
|
|
|
|
2013-03-14 11:33:19 +00:00
|
|
|
LICENSE= GPLv2
|
2009-02-18 23:07:57 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-03-14 11:33:19 +00:00
|
|
|
CONFIGURE_ENV= USE_LIBS="-lusb" \
|
|
|
|
ac_cv_lib_usbpath_usb_path2devnum=no
|
|
|
|
CONFIGURE_ARGS= --disable-silent-rules
|
|
|
|
|
2013-11-18 00:37:15 +00:00
|
|
|
PLIST_FILES= bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz
|
2009-02-18 23:07:57 +00:00
|
|
|
|
2013-03-28 15:51:16 +00:00
|
|
|
.include <bsd.port.mk>
|