ports/devel/xc3sprog/Makefile
John Marino a5e0d4b3d2 Assign maintainership of devel/xc3sprog to uffe per request
PR:		192378
Submitted by:	uffe (uffe.org)
2014-08-04 12:56:21 +00:00

28 lines
627 B
Makefile

# $FreeBSD$
PORTNAME= xc3sprog
PORTVERSION= r769
CATEGORIES= devel
MASTER_SITES= http://opsec.eu/src/xc3sprog/
MAINTAINER= uffe@uffe.org
COMMENT= Free programmer for Xilinx Spartan S3E Starter Kit
LIB_DEPENDS= libftdi.so:${PORTSDIR}/devel/libftdi
RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload
USES= tar:xz cmake
ALL_TARGET= xc3sprog
PLIST_FILES= bin/xc3sprog
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xc3sprog ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.pre.mk>
.if (${OSVERSION} < 800069)
BROKEN= doesn't build on FreeBSD prior libusb(8) integration to base system
.endif
.include <bsd.port.post.mk>