ports/devel/xc3sprog/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

22 lines
471 B
Makefile

# $FreeBSD$
PORTNAME= xc3sprog
PORTVERSION= r769
CATEGORIES= devel
MASTER_SITES= http://opsec.eu/src/xc3sprog/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free programmer for Xilinx Spartan S3E Starter Kit
LIB_DEPENDS= libftdi.so:devel/libftdi
RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:misc/fxload
USES= tar:xz cmake:insource
ALL_TARGET= xc3sprog
PLIST_FILES= bin/xc3sprog
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xc3sprog ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>