SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>