0438143249
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
22 lines
482 B
Makefile
22 lines
482 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.mk>
|