freebsd-ports/devel/xc3sprog/Makefile
Boris Samorodov 156c6cb357 Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.

Requested by:	 Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
2016-10-09 22:01:34 +00:00

22 lines
462 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
ALL_TARGET= xc3sprog
PLIST_FILES= bin/xc3sprog
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xc3sprog ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>