2014-12-05 19:07:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libpru
|
2015-08-20 00:29:26 +02:00
|
|
|
PORTVERSION= 0.4
|
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
|
|
|
|
|
2016-09-19 15:06:17 +02:00
|
|
|
BROKEN_mips= Does not build: unrecognized command line option -Weverything
|
|
|
|
BROKEN_mips64= Does not build: unrecognized command line option -Weverything
|
2016-04-21 18:43:14 +02:00
|
|
|
BROKEN_powerpc64= Does not build
|
2016-09-19 15:06:17 +02:00
|
|
|
BROKEN_sparc64= Does not build: unrecognized command line option -Weverything
|
2016-04-21 18:43:14 +02:00
|
|
|
|
2014-12-12 06:16:00 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${OPSYS} != FreeBSD
|
2016-09-19 15:06:17 +02:00
|
|
|
IGNORE= only supported on FreeBSD
|
2014-12-12 06:16:00 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 1000510
|
2016-09-19 15:06:17 +02:00
|
|
|
IGNORE= only supported on FreeBSD 10+
|
2014-12-12 06:16:00 +01:00
|
|
|
.endif
|
|
|
|
|
2014-12-05 19:07:14 +01:00
|
|
|
USES= cmake
|
|
|
|
|
2015-08-20 00:29:26 +02:00
|
|
|
WRKSRC= ${WRKDIR}/rpaulo-libpru-5a74157b82b8
|
2014-12-05 19:07:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|