summaryrefslogtreecommitdiff
path: root/games/pacman/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-06-01 21:43:29 +0000
committerkristerw <kristerw@pkgsrc.org>2004-06-01 21:43:29 +0000
commit8752a405bb826cda8beafd785ad4c7200dcda0ed (patch)
treecaff5ff2c72bd2f831cd696fedf515107831a013 /games/pacman/Makefile
parent7e363ebe74b4376e9a87699c3686e3c01b5972c0 (diff)
downloadpkgsrc-8752a405bb826cda8beafd785ad4c7200dcda0ed.tar.gz
Remove obsolete package, per discussion on tech-pkg.
Diffstat (limited to 'games/pacman/Makefile')
-rw-r--r--games/pacman/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/games/pacman/Makefile b/games/pacman/Makefile
deleted file mode 100644
index 528826131e6..00000000000
--- a/games/pacman/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2004/04/18 05:48:34 snj Exp $
-
-DISTNAME= Pacman-0.3-CVS-00-11-17
-PKGNAME= Pacman-0.3
-PKGREVISION= 2
-CATEGORIES= games x11
-MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/snapshots/Games/
-
-MAINTAINER= root@garbled.net
-HOMEPAGE= http://www.clanlib.org/
-COMMENT= Pacman, a small demonstration game for ClanLib
-
-USE_BUILDLINK3= yes
-USE_X11BASE= yes
-USE_GNU_TOOLS+= make
-GNU_CONFIGURE= yes
-
-# needs a valid X display to compile its datafiles
-.ifndef DISPLAY
-INTERACTIVE_STAGE= build
-.endif
-
-pre-configure:
- ${CP} ${FILESDIR}/configure ${WRKSRC}
- ${SED} -e 's@/usr/share@${PREFIX}/share@' < \
- ${WRKSRC}/Sources/config.h.in > ${WRKSRC}/foo
- ${MV} ${WRKSRC}/foo ${WRKSRC}/Sources/config.h.in
-
-pre-build:
- @if [ "${DISPLAY}" = "" ]; then \
- ${ECHO} Please set the DISPLAY variable to a valid display; \
- ${ECHO} before compiling ${PKGNAME}.; \
- exit 1; \
- fi;
-
-.include "../../graphics/clanlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"