aboutsummaryrefslogtreecommitdiff
path: root/games/prboom
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 02:43:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 02:43:13 +0000
commit149b3e7f85bc86a31808210183c66c09c64568cc (patch)
treeece1b8356b6310f89e911c9c391dd883685b8f0a /games/prboom
parent66f8fe6c441c3647c4887165bdd6350ea4ca4203 (diff)
downloadports-149b3e7f85bc86a31808210183c66c09c64568cc.tar.gz
ports-149b3e7f85bc86a31808210183c66c09c64568cc.zip
Notes
Diffstat (limited to 'games/prboom')
-rw-r--r--games/prboom/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index 90c1d0c28e17..6fe6b562e171 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -26,6 +26,12 @@ CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \
MAN5= boom.cfg.5
MAN6= prboom.6 prboom-game-server.6
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/prboom
@@ -35,4 +41,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/boom.txt ${PREFIX}/share/doc/prboom
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>