1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/comms/dfu-util/Makefile
2013-11-18 00:37:15 +00:00

22 lines
489 B
Makefile

# Created by: Bruce Cran <bruce@cran.org.uk>
# $FreeBSD$
PORTNAME= dfu-util
PORTVERSION= 0.7
CATEGORIES= comms
MASTER_SITES= http://dfu-util.gnumonks.org/releases/
MAINTAINER= ports@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-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>