aboutsummaryrefslogtreecommitdiffstats
path: root/games/tank
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-10-03 01:48:14 +0800
committerarved <arved@FreeBSD.org>2003-10-03 01:48:14 +0800
commit3eba97425cb455a153d38073d04a872148d4eb65 (patch)
tree614892d4024d92143007c3e6c42e023916853ec0 /games/tank
parent1260bf8b8751d2f1a9926220643a610adb356265 (diff)
downloadfreebsd-ports-gnome-3eba97425cb455a153d38073d04a872148d4eb65.tar.gz
freebsd-ports-gnome-3eba97425cb455a153d38073d04a872148d4eb65.tar.zst
freebsd-ports-gnome-3eba97425cb455a153d38073d04a872148d4eb65.zip
Mark broken on 5.x
Add WWW PR: 57329 Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'games/tank')
-rw-r--r--games/tank/Makefile8
-rw-r--r--games/tank/pkg-descr2
2 files changed, 8 insertions, 2 deletions
diff --git a/games/tank/Makefile b/games/tank/Makefile
index 18366118a24a..658bf669ed77 100644
--- a/games/tank/Makefile
+++ b/games/tank/Makefile
@@ -21,10 +21,16 @@ USE_GMAKE= yes
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
ALL_TARGET= linux-mesa-elf
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN=i "does not build on FreeBSD ${OSVERSION}"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tank ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/tank
${INSTALL_DATA} ${WRKSRC}/*.tga ${PREFIX}/share/tank
${INSTALL_DATA} ${WRKSRC}/*.au ${PREFIX}/share/tank
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/games/tank/pkg-descr b/games/tank/pkg-descr
index a7155276c6fd..67b4e57359a1 100644
--- a/games/tank/pkg-descr
+++ b/games/tank/pkg-descr
@@ -9,4 +9,4 @@ up display, etc.) make game play varied and more interesting.
This program was written as a final project for a computer graphics
course, and was originally developed under Linux.
-[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG>. ]
+WWW: http://step.polymtl.ca/~coyote/graphics-tank/