summaryrefslogtreecommitdiff
path: root/games/xjump/Makefile
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /games/xjump/Makefile
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'games/xjump/Makefile')
-rw-r--r--games/xjump/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile
deleted file mode 100644
index 784e2b506aa..00000000000
--- a/games/xjump/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2005/11/06 19:25:23 tonio Exp $
-
-DISTNAME= xjump_2.7.5.orig
-PKGNAME= xjump-2.7.5
-PKGREVISION= 1
-CATEGORIES= 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
-BUILD_TARGET= xjump
-INSTALLATION_DIRS= bin
-MAKE_ENV+= VARBASE=${VARBASE}
-
-do-install:
- ${INSTALL_GAME} ${WRKSRC}/xjump ${PREFIX}/bin/xjump
-
-.include "../../graphics/xpm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"