summaryrefslogtreecommitdiffstats
path: root/net/netmap
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 01:33:42 +0000
committerkris <kris@FreeBSD.org>2004-09-19 01:33:42 +0000
commit51260313e1ac0f38bac47e7c4bc93c03bbb5306e (patch)
tree8c2350eef3ca5c95d6f72dcf56e1fa650461d0b9 /net/netmap
parent4c177f09633394226dead6758e7f40d8807d5f2d (diff)
downloadFreeBSD-ports-51260313e1ac0f38bac47e7c4bc93c03bbb5306e.zip
FreeBSD-ports-51260313e1ac0f38bac47e7c4bc93c03bbb5306e.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net/netmap')
-rw-r--r--net/netmap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/netmap/Makefile b/net/netmap/Makefile
index e067bdc..d986e59 100644
--- a/net/netmap/Makefile
+++ b/net/netmap/Makefile
@@ -20,8 +20,14 @@ RUN_DEPENDS= dotty:${PORTSDIR}/graphics/graphviz
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/netmap/netmap ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud