20 lines
310 B
Makefile
20 lines
310 B
Makefile
COMMENT = device firmware update (DFU) USB programmer
|
|
|
|
DISTNAME = dfu-util-0.10
|
|
|
|
CATEGORIES = comms
|
|
|
|
HOMEPAGE = http://dfu-util.sourceforge.net
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c usb-1.0
|
|
|
|
SITES = ${HOMEPAGE}/releases/
|
|
|
|
LIB_DEPENDS = devel/libusb1
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|