summaryrefslogtreecommitdiff
path: root/games/xjump/Makefile
diff options
context:
space:
mode:
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"