freebsd-ports/devel/xc3sprog/Makefile
Daniel O'Connor 0b60f7adf0 devel/xc3sprog: Adopt/Update to latest commit
- Move to forked project [1]
 - Makefile cleanup
 - Install missing binaries
 - Install manual page
 - Use pkg-plist (>5 items)
 - Add LICENSE
 - Submitter becomes maintainer
 - Bump PORTEPOCH

[1] Original project have no activity for years

WWW: https://github.com/DanielO/xc3sprog

PR:		266837
2022-10-07 12:27:30 +01:00

25 lines
527 B
Makefile

PORTNAME= xc3sprog
PORTVERSION= g20221005
PORTEPOCH= 1
CATEGORIES= devel
MAINTAINER= darius@dons.net.au
COMMENT= Free programmer for Xilinx FPGA and flash chips
WWW= https://github.com/DanielO/xc3sprog
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libftdi.so:devel/libftdi
RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:misc/fxload
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= DanielO
GH_TAGNAME= 426b763
post-install:
${INSTALL_MAN} ${WRKSRC}/xc3sprog.1 \
${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>