mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
16 lines
374 B
Makefile
16 lines
374 B
Makefile
# Created by: Bruce Cran <bruce@cran.org.uk>
|
|
# $FreeBSD: head/comms/dfu-util/Makefile 430670 2017-01-05 22:58:18Z jbeich $
|
|
|
|
PORTNAME= dfu-util
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://dfu-util.sourceforge.net/releases/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Device firmware update (DFU) USB programmer
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES+= gmake
|
|
|
|
.include <bsd.port.mk>
|