Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/comms/dfu-util/Makefile
16124 views
# Created by: Bruce Cran <[email protected]>

PORTNAME=	dfu-util
PORTVERSION=	0.10
CATEGORIES=	comms
MASTER_SITES=	http://dfu-util.sourceforge.net/releases/

MAINTAINER=	[email protected]
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>