diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-20 00:43:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-20 00:43:15 +0000 |
commit | bc32abb159980e23ac62ddf70dcd944eb6feb084 (patch) | |
tree | 80aa9c43d6b6c5af526fc62d271f7f2210e7cdee /emulators/zsnes/Makefile | |
parent | 8a742e4cc3f22f945322e0a0af838158ddd1fd13 (diff) | |
download | pkgsrc-bc32abb159980e23ac62ddf70dcd944eb6feb084.tar.gz |
Update to 1.41, lots of changes (bugfixes, speed improvements, etc).
See http://www.zsnes.com/ for the full list of changes.
Diffstat (limited to 'emulators/zsnes/Makefile')
-rw-r--r-- | emulators/zsnes/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 0a5d1b1a580..485a05b9699 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2004/12/03 15:14:56 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2005/01/20 00:43:15 xtraeme Exp $ # -DISTNAME= zsnes136src -PKGNAME= zsnes-1.360 -PKGREVISION= 3 +DISTNAME= zsnes141src +PKGNAME= zsnes-1.41 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsnes/} @@ -17,13 +16,14 @@ ONLY_FOR_PLATFORM= *-*-i386 BUILD_TARGET= zsnes -WRKSRC= ${WRKDIR}/zsnes-1.36/src -GNU_CONFIGURE= # defined +WRKSRC= ${WRKDIR}/zsnes_1_41/src +GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_BUILDLINK3= yes -USE_X11= # defined +USE_X11= yes .include "../../devel/SDL/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |