opnsense-ports/devel/libpru/Makefile
Franco Fichtner 6281a7f53c */*: sync with upstream
Taken from: FreeBSD
2016-04-22 08:38:33 +02:00

29 lines
503 B
Makefile

# $FreeBSD$
PORTNAME= libpru
PORTVERSION= 0.4
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/rpaulo/libpru/get/
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Library to interface with PRUs
LICENSE= BSD2CLAUSE
BROKEN_powerpc64= Does not build
.include <bsd.port.options.mk>
.if ${OPSYS} != FreeBSD
IGNORE= Only supported on FreeBSD
.endif
.if ${OSVERSION} < 1000510
IGNORE= Only supported on FreeBSD 10+
.endif
USES= cmake
WRKSRC= ${WRKDIR}/rpaulo-libpru-5a74157b82b8
.include <bsd.port.mk>