summaryrefslogtreecommitdiff
path: root/games/golddig/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-07-26 22:13:16 +0000
committerfrueauf <frueauf>1998-07-26 22:13:16 +0000
commit0a5e3184ac041b62420ff4e21ff7f502197d7dc5 (patch)
tree66ec7aac0e2182c8501ec5f7532b13d0ee020325 /games/golddig/Makefile
parent774e114bf73a5aa4f3705077fb66b815e3317de6 (diff)
downloadpkgsrc-0a5e3184ac041b62420ff4e21ff7f502197d7dc5.tar.gz
Initial addition of golddig-2.0, a fast action game designed for use with X.
Closes pr 5854 by Tim Rightnour.
Diffstat (limited to 'games/golddig/Makefile')
-rw-r--r--games/golddig/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile
new file mode 100644
index 00000000000..ebd0babf452
--- /dev/null
+++ b/games/golddig/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 1998/07/26 22:13:16 frueauf Exp $
+#
+
+DISTNAME= golddig2
+PKGNAME= golddig-2.0
+CATEGORIES= games x11
+MASTER_SITES= ftp://uiarchive.cso.uiuc.edu/pub/systems/linux/sunsite/games/arcade/
+
+MAINTAINER= root@garbled.net
+
+USE_X11= yes
+
+post-extract:
+ ${RM} ${WRKSRC}/golddig ${WRKSRC}/makelev ${WRKSRC}/*.o
+
+.include "../../mk/bsd.pkg.mk"
+.if (${OBJECT_FMT} == "ELF")
+RPATH= -Wl,-rpath,${PREFIX}/lib
+.endif
+MAKE_ENV+= RPATH=${RPATH}