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/
|
|
|
|
|
2017-08-20 12:42:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-12-05 19:07:14 +01:00
|
|
|
COMMENT= Library to interface with PRUs
|
|
|
|
|
2014-12-05 19:31:27 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2017-01-03 12:01:05 +01:00
|
|
|
IGNORE_DragonFly= only supported on FreeBSD
|
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
|
2017-04-29 08:32:03 +02:00
|
|
|
BROKEN_powerpc64= Does not build: unrecognized command line option -Weverything
|
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-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>
|