aboutsummaryrefslogtreecommitdiff
path: root/devel/libpru
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2014-12-12 05:16:00 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2014-12-12 05:16:00 +0000
commite39018c34e8e6921d6642d48acfd8c00b354c29d (patch)
tree1fbdbc7b2d9a48bc3050c2126a86c18268a881a1 /devel/libpru
parenta55f80ac6d304d6645f59cee122566fc3fe0c4aa (diff)
Notes
Diffstat (limited to 'devel/libpru')
-rw-r--r--devel/libpru/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libpru/Makefile b/devel/libpru/Makefile
index 3d7db496eb37..4cdf3273e1e6 100644
--- a/devel/libpru/Makefile
+++ b/devel/libpru/Makefile
@@ -10,6 +10,16 @@ COMMENT= Library to interface with PRUs
LICENSE= BSD2CLAUSE
+.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-e1aae0486927