summaryrefslogtreecommitdiffstats
path: root/games/KnightCap/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
committerkris <kris@FreeBSD.org>2004-09-18 18:47:46 +0000
commit8e6a5fac22b2eadd32378144474e37250fd885ee (patch)
treeffa0a26b5bb3df44db20acf832f2952f7e1aac8f /games/KnightCap/Makefile
parent478b91a3501b2386302f44aa2031b4d9cbc67b5c (diff)
downloadFreeBSD-ports-8e6a5fac22b2eadd32378144474e37250fd885ee.zip
FreeBSD-ports-8e6a5fac22b2eadd32378144474e37250fd885ee.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/KnightCap/Makefile')
-rw-r--r--games/KnightCap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile
index edfe375..33b735f 100644
--- a/games/KnightCap/Makefile
+++ b/games/KnightCap/Makefile
@@ -26,6 +26,12 @@ DOCSDIR= ${PREFIX}/share/doc/KnightCap
PORTDOCS= README
PLIST_FILES= bin/KnightCap
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/KnightCap ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -33,4 +39,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud