summaryrefslogtreecommitdiff
path: root/games/tileworld/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-10 00:53:37 +0000
committersnj <snj@pkgsrc.org>2004-03-10 00:53:37 +0000
commit22633dfbb6cd5e2a36ab2c93696eb627b75d205d (patch)
treef496956fd26eb37b2982039f9abbcfeac754e2f3 /games/tileworld/Makefile
parente61e3da7833b7accf034165090667c65f4c6c511 (diff)
downloadpkgsrc-22633dfbb6cd5e2a36ab2c93696eb627b75d205d.tar.gz
Use bl3, update to 1.1.3. Changes:
* Added -a cmdline switch to help improve sound. * New images for the chip and the socket * Added -f switch to get fullscreen mode * Display code rewritten. Faster all around. * Miscellaneous other bugfixes
Diffstat (limited to 'games/tileworld/Makefile')
-rw-r--r--games/tileworld/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/games/tileworld/Makefile b/games/tileworld/Makefile
index 217665fb132..427c023f975 100644
--- a/games/tileworld/Makefile
+++ b/games/tileworld/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/01/24 13:30:57 grant Exp $
-#
+# $NetBSD: Makefile,v 1.10 2004/03/10 00:53:37 snj Exp $
-DISTNAME= tworld-1.0
+DISTNAME= tworld-1.1.3
PKGNAME= ${DISTNAME:S/^t/tile/}
-PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.muppetlabs.com/~breadbox/pub/software/tworld/
@@ -11,8 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.muppetlabs.com/~breadbox/software/tworld/
COMMENT= "Game based on Chip's Challenge"
-WRKSRC= ${WRKDIR}/tworld-1.0
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_X11= YES
GNU_CONFIGURE= YES
@@ -21,10 +18,5 @@ ALL_TARGET= tworld
MAKE_ENV+= ECHO="${ECHO}" DATE="${DATE}"
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tworld
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tworld/
- ${INSTALL_DATA} ${WRKSRC}/docs/tworld.html ${PREFIX}/share/doc/tworld/
-
-.include "../../devel/SDL/buildlink2.mk"
+.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"