diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-25 12:27:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-25 12:27:46 +0000 |
commit | 2b9f05ad576ef94aabe036f343e55f8e371374d9 (patch) | |
tree | 10f4608b6a6d6f5656ec10367a434ef5d322e697 /emulators/NeoPop-SDL/Makefile | |
parent | 6d3c089bb152c1181bcc6a78eeaf3b58308ecf70 (diff) | |
download | pkgsrc-2b9f05ad576ef94aabe036f343e55f8e371374d9.tar.gz |
Update to 0.2:
* load ROMs from zip archives
* YUV overlay (hardware scaling)
* config file (~/.neopop/neopoprc)
* joystick support
* HQ2x/HQ3x smoothing scalers
* sound and throttling improvements
* speed improvements
* configurable key and joystick bindings
* pause
* 10 state save slots
* on-screen display
Diffstat (limited to 'emulators/NeoPop-SDL/Makefile')
-rw-r--r-- | emulators/NeoPop-SDL/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/NeoPop-SDL/Makefile b/emulators/NeoPop-SDL/Makefile index e964b532d99..be7c610f4e8 100644 --- a/emulators/NeoPop-SDL/Makefile +++ b/emulators/NeoPop-SDL/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/04/12 01:58:50 snj Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/25 12:27:46 wiz Exp $ # -DISTNAME= NeoPop-SDL-0.1 +DISTNAME= NeoPop-SDL-0.2 CATEGORIES= emulators MASTER_SITES= http://www.nih.at/NeoPop-SDL/ EXTRACT_SUFX= .tar.bz2 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.nih.at/NeoPop-SDL/ COMMENT= SNK NeoGeo Pocket emulator USE_BUILDLINK3= yes -USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png} |