summaryrefslogtreecommitdiff
path: root/games/xjump/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-03-12 00:01:17 +0000
committersnj <snj>2004-03-12 00:01:17 +0000
commit77c3efdc76416c671d8c325ec2024c01651dc948 (patch)
treecfd224b501e553adbe7f106420e7fce17a250678 /games/xjump/Makefile
parent4f669a228b6c7f7e2ae35b62e51dbd3570001d59 (diff)
downloadpkgsrc-77c3efdc76416c671d8c325ec2024c01651dc948.tar.gz
Initial import of xjump-2.7.5, the bestest of all silly little games.
Jump jump jump. Packaged by "pancake," modified by Peter Bex and me.
Diffstat (limited to 'games/xjump/Makefile')
-rw-r--r--games/xjump/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile
new file mode 100644
index 00000000000..27728e6b4f0
--- /dev/null
+++ b/games/xjump/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/12 00:01:17 snj Exp $
+
+DISTNAME= xjump_2.7.5.orig
+PKGNAME= xjump-2.7.5
+CATEGORIES= wip games
+MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/\
+ http://www.gtlib.cc.gatech.edu/pub/debian/pool/main/x/xjump/
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://www.gtlib.cc.gatech.edu/pub/debian/pool/main/x/xjump/
+COMMENT= Jumping game for X
+
+WRKSRC= ${WRKDIR}/xjump-2.7.5.orig
+USE_BUILDLINK3= yes
+ALL_TARGET= xjump
+
+USE_X11= YES
+
+do-install:
+ ${INSTALL} -g games -m 2755 ${WRKSRC}/xjump ${PREFIX}/bin/xjump
+
+.include "../../mk/bsd.pkg.mk"