SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/dfu-programmer/Makefile
Normal file
20
devel/dfu-programmer/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = Device Firmware Update-based programmer for Atmel chips
|
||||
DISTNAME = dfu-programmer-0.7.2
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://dfu-programmer.github.io/
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c usb-1.0
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dfu-programmer/}
|
||||
|
||||
LIB_DEPENDS = devel/libusb1
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${CFLAGS} -L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue