mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
25 lines
493 B
Makefile
25 lines
493 B
Makefile
PORTNAME= openfpgaloader
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Universal utility for programming FPGA
|
|
|
|
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>
|