freebsd-ports/devel/xc3sprog/Makefile
Baptiste Daroussin c93492e84e Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 12:06:07 +00:00

34 lines
740 B
Makefile

# Created by: Wojciech A. Koszek <wkoszek@FreeBSD.org>
# $FreeBSD$
PORTNAME= xc3sprog
PORTVERSION= r449
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://FreeBSD.czest.pl/~wkoszek/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free programmer for Xilinx Spartan S3E Starter Kit
LIB_DEPENDS= ftdi:${PORTSDIR}/devel/libftdi
RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload
USES= cmake
ALL_TARGET= xc3sprog
PLIST_FILES= bin/xc3sprog
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xc3sprog ${PREFIX}/bin
post-install:
@${CAT} ${PKGMESSAGE}
.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>