summaryrefslogtreecommitdiff
path: root/games/finalbattle/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-07-26 22:06:10 +0000
committerfrueauf <frueauf>1998-07-26 22:06:10 +0000
commitfc71f0333b8565c78fd3dfe890c2cd20f9ed1f92 (patch)
tree44874aa82b428fc09d1f2597788b6115a20b2f0f /games/finalbattle/Makefile
parent645fe5338e78c62f3f30ac8143af6e58019491b0 (diff)
downloadpkgsrc-fc71f0333b8565c78fd3dfe890c2cd20f9ed1f92.tar.gz
Initial addition of finalbattle-0.0, a multiplayer space battle simulation
for X. Fixes pr 5853 by Tim Rightnour.
Diffstat (limited to 'games/finalbattle/Makefile')
-rw-r--r--games/finalbattle/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/finalbattle/Makefile b/games/finalbattle/Makefile
new file mode 100644
index 00000000000..7330af106e1
--- /dev/null
+++ b/games/finalbattle/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 1998/07/26 22:06:10 frueauf Exp $
+#
+
+DISTNAME= finalbattle.0.0
+PKGNAME= finalbattle-0.0
+CATEGORIES= games x11
+MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/finalbattle/
+
+MAINTAINER= root@garbled.net
+
+MAKEFILE= makefile
+WRKSRC= ${WRKDIR}/final
+
+USE_X11= yes
+
+.include "../../mk/bsd.pkg.mk"
+.if (${OBJECT_FMT} == "ELF")
+RPATH= -Wl,-rpath,${PREFIX}/lib
+.endif
+MAKE_ENV+= RPATH=${RPATH}