freebsd-ports/comms/dfu-util/Makefile
John Marino ae0ab8a5ee comms/dfu-utils: Unbreak fetch
The exact missing distfile is hosted at sourceforge.net, but not in
the usual mirrored file area.  The SF magic doesn't work, so I used a
hard link to restore the port.

Approved by:	blanket
2015-04-09 13:07:13 +00:00

21 lines
506 B
Makefile

# Created by: Bruce Cran <bruce@cran.org.uk>
# $FreeBSD$
PORTNAME= dfu-util
PORTVERSION= 0.8
CATEGORIES= comms
MASTER_SITES= http://dfu-util.sourceforge.net/releases/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Device firmware update (DFU) USB programmer
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ENV= USE_LIBS="-lusb" \
ac_cv_lib_usbpath_usb_path2devnum=no
CONFIGURE_ARGS= --disable-silent-rules
PLIST_FILES= bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>