aboutsummaryrefslogtreecommitdiff
path: root/games/macopix
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 01:05:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 01:05:44 +0000
commit123d15030fa7d4a5c3875466f5afe29ca773b758 (patch)
tree80660546f8d692aca317c8eac569cc422608680a /games/macopix
parenta6d9f4067255bf5dcd94fa26db0b2a22b3b27a10 (diff)
downloadports-123d15030fa7d4a5c3875466f5afe29ca773b758.tar.gz
ports-123d15030fa7d4a5c3875466f5afe29ca773b758.zip
Notes
Diffstat (limited to 'games/macopix')
-rw-r--r--games/macopix/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/macopix/Makefile b/games/macopix/Makefile
index 251b087ace76..08062147c272 100644
--- a/games/macopix/Makefile
+++ b/games/macopix/Makefile
@@ -53,6 +53,12 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
MAN1= macopix.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
${STRIP_CMD} ${PREFIX}/bin/macopix
# install mascot file
@@ -107,4 +113,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/NKR.README.jp ${PREFIX}/share/doc/macopix
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>