ports/cad/openfpgaloader/Makefile
Yuri Victorovich 769145c157 cad/openfpgaloader: Update 0.9.0 -> 0.9.1
Reported by:	portscout
2022-09-20 23:42:18 -07:00

24 lines
528 B
Makefile

PORTNAME= openfpgaloader
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.1
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
COMMENT= Universal utility for programming FPGA
WWW= https://github.com/trabucayre/openFPGALoader
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libftdi1.so:devel/libftdi1 \
libudev.so:devel/libudev-devd
USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= trabucayre
GH_PROJECT= openFPGALoader
DATADIR= ${PREFIX}/share/openFPGALoader
.include <bsd.port.mk>