7d21b823cf
- update WWW
20 lines
449 B
Makefile
20 lines
449 B
Makefile
# Created by: Bruce Cran <bruce@cran.org.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dfu-util
|
|
PORTVERSION= 0.10
|
|
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
|
|
|
|
PLIST_FILES= bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz \
|
|
man/man1/dfu-prefix.1.gz man/man1/dfu-suffix.1.gz
|
|
|
|
.include <bsd.port.mk>
|