2014-12-05 19:07:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libpru
|
2015-03-04 00:58:04 +01:00
|
|
|
PORTVERSION= 0.2
|
2014-12-05 19:07:14 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= https://bitbucket.org/rpaulo/libpru/get/
|
|
|
|
|
|
|
|
MAINTAINER= rpaulo@FreeBSD.org
|
|
|
|
COMMENT= Library to interface with PRUs
|
|
|
|
|
2014-12-05 19:31:27 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2014-12-12 06:16:00 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${OPSYS} != FreeBSD
|
|
|
|
IGNORE= Only supported on FreeBSD
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 1000510
|
|
|
|
IGNORE= Only supported on FreeBSD 10+
|
|
|
|
.endif
|
|
|
|
|
2014-12-05 19:07:14 +01:00
|
|
|
USES= cmake
|
|
|
|
|
2015-03-04 00:58:04 +01:00
|
|
|
WRKSRC= ${WRKDIR}/rpaulo-libpru-c93bf0890c53
|
2014-12-05 19:07:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|