summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
commit73f86248bd7ce88d58060cf621b9d29042826aa6 (patch)
treefb4cf443300cde8186ddf6c943f98d6e3d8a1ebb /games
parentBROKEN on 5.x: does not compile (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91384
Diffstat (limited to '')
-rw-r--r--games/blockade/Makefile8
-rw-r--r--games/enigma/Makefile8
-rw-r--r--games/exult/Makefile8
-rw-r--r--games/jfk/Makefile8
-rw-r--r--games/tinymux/Makefile8
-rw-r--r--games/xgammon/Makefile8
-rw-r--r--games/xhime/Makefile8
-rw-r--r--games/xrisk/Makefile8
8 files changed, 56 insertions, 8 deletions
diff --git a/games/blockade/Makefile b/games/blockade/Makefile
index 991ff7f9f6f1..010438760ab5 100644
--- a/games/blockade/Makefile
+++ b/games/blockade/Makefile
@@ -18,8 +18,14 @@ USE_XLIB= yes
MAN6= blockade.6
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/blockade ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/blockade.6 ${PREFIX}/man/man6
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index 66416d635e60..c8010d48018a 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -32,7 +32,13 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
MAN6= enigma.6
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-install:
@${CAT} pkg-message
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/exult/Makefile b/games/exult/Makefile
index 3727ff419dc2..2156b3612747 100644
--- a/games/exult/Makefile
+++ b/games/exult/Makefile
@@ -34,6 +34,12 @@ CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include \
MAN6= exult.6
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/exult ${PREFIX}/bin
@${MKDIR} ${DATADIR}
@@ -55,4 +61,4 @@ post-install:
@${ECHO_MSG} "* Please, read ${DOCSDIR}/README for additional information"
@${ECHO_MSG} "******************************************************************************"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/jfk/Makefile b/games/jfk/Makefile
index 3ac5919ea447..0be98a05e09b 100644
--- a/games/jfk/Makefile
+++ b/games/jfk/Makefile
@@ -19,6 +19,12 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
USE_SDL= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/client/jfkclient ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/server/jfkserver ${PREFIX}/bin
@@ -35,4 +41,4 @@ do-install:
post-install:
@${SED} s-\$${PREFIX}-${PREFIX}-g < ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile
index 821a9de334e8..3e8bb889fbf4 100644
--- a/games/tinymux/Makefile
+++ b/games/tinymux/Makefile
@@ -23,6 +23,12 @@ USE_AUTOCONF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/gdbm.h
@@ -61,4 +67,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile
index cac3543876d6..5270cbb0ee97 100644
--- a/games/xgammon/Makefile
+++ b/games/xgammon/Makefile
@@ -25,6 +25,12 @@ MAN6= xgammon.6
PATCH_FILES= ${PORTNAME}-${PORTVERSION}-dirent.patch
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@@ -37,4 +43,4 @@ pre-patch:
@${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/${file}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/xhime/Makefile b/games/xhime/Makefile
index a0c74efbe764..dc928b4ecc5c 100644
--- a/games/xhime/Makefile
+++ b/games/xhime/Makefile
@@ -22,6 +22,12 @@ MAN6= xhime.6
NO_CDROM= 'contains commercial character data'
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-install:
${STRIP_CMD} ${PREFIX}/bin/xhime
${INSTALL_MAN} ${WRKSRC}/xhime-man.euc \
@@ -36,4 +42,4 @@ post-install:
)
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile
index 0c98c0dd9543..f8d974026281 100644
--- a/games/xrisk/Makefile
+++ b/games/xrisk/Makefile
@@ -19,4 +19,10 @@ MAN6= xrisk.6
RESTRICTED= "Possible trademark infringement"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>