aboutsummaryrefslogblamecommitdiff
path: root/comms/dfu-util/Makefile
blob: 6ae5e69be0d42ee6b13195979481cdf8e3779b1a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
           

                        
                   
                     
                                                         
 
                                

                                                           
                     
 
                   


                                                    
 
                                                                                    
 
                      
# Created by: Bruce Cran <bruce@cran.org.uk>
# $FreeBSD$

PORTNAME=	dfu-util
PORTVERSION=	0.8
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
CONFIGURE_ENV=	USE_LIBS="-lusb" \
		ac_cv_lib_usbpath_usb_path2devnum=no
CONFIGURE_ARGS=	--disable-silent-rules

PLIST_FILES=	bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>