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
commit774e114bf73a5aa4f3705077fb66b815e3317de6 (patch)
tree44874aa82b428fc09d1f2597788b6115a20b2f0f /games/finalbattle/Makefile
parent685399b05be2b58acab325b3ee92edf89b876386 (diff)
downloadpkgsrc-774e114bf73a5aa4f3705077fb66b815e3317de6.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}