diff options
author | wiz <wiz> | 2004-01-01 03:53:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-01-01 03:53:51 +0000 |
commit | 0f7704cbca8fc287bb5e3526fa6d2c72312ac2dc (patch) | |
tree | ec707880b2a2a109076647ca3115a9bec6b99628 /emulators/NeoPop-SDL | |
parent | 5ada802f9411268bf316ecb513c7b84b88fef7a6 (diff) | |
download | pkgsrc-0f7704cbca8fc287bb5e3526fa6d2c72312ac2dc.tar.gz |
Import of NeoPop-SDL from pkgsrc-wip.
NeoPop-SDL is the SDL port of NeoPop, a portable NeoGeo Pocket
emulator. It supports black&white and color games, game state
saving, screenshots (BMP and PNG), sound and music, and double-
and triple-size as well as full-screen-modes.
Diffstat (limited to 'emulators/NeoPop-SDL')
-rw-r--r-- | emulators/NeoPop-SDL/DESCR | 4 | ||||
-rw-r--r-- | emulators/NeoPop-SDL/Makefile | 20 | ||||
-rw-r--r-- | emulators/NeoPop-SDL/PLIST | 6 | ||||
-rw-r--r-- | emulators/NeoPop-SDL/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/emulators/NeoPop-SDL/DESCR b/emulators/NeoPop-SDL/DESCR new file mode 100644 index 00000000000..f7aa2fee92e --- /dev/null +++ b/emulators/NeoPop-SDL/DESCR @@ -0,0 +1,4 @@ +NeoPop-SDL is the SDL port of NeoPop, a portable NeoGeo Pocket +emulator. It supports black&white and color games, game state +saving, screenshots (BMP and PNG), sound and music, and double- +and triple-size as well as full-screen-modes. diff --git a/emulators/NeoPop-SDL/Makefile b/emulators/NeoPop-SDL/Makefile new file mode 100644 index 00000000000..cfa695862df --- /dev/null +++ b/emulators/NeoPop-SDL/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 03:53:51 wiz Exp $ +# + +DISTNAME= NeoPop-SDL-0.1 +CATEGORIES= emulators +MASTER_SITES= http://www.nih.at/NeoPop-SDL/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://www.nih.at/NeoPop-SDL/ +COMMENT= SNK NeoGeo Pocket emulator + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png} + +.include "../../devel/SDL/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/NeoPop-SDL/PLIST b/emulators/NeoPop-SDL/PLIST new file mode 100644 index 00000000000..2a4cb1bb82f --- /dev/null +++ b/emulators/NeoPop-SDL/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/01 03:53:51 wiz Exp $ +bin/NeoPop-SDL +man/man6/NeoPop-SDL.6 +share/doc/NeoPop-SDL/TODO +share/doc/NeoPop-SDL/bugs-core.html +@dirrm share/doc/NeoPop-SDL diff --git a/emulators/NeoPop-SDL/distinfo b/emulators/NeoPop-SDL/distinfo new file mode 100644 index 00000000000..1193787c9c1 --- /dev/null +++ b/emulators/NeoPop-SDL/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/01 03:53:51 wiz Exp $ + +SHA1 (NeoPop-SDL-0.1.tar.bz2) = ca882d27b36e8a692e24008b29bdce7b09d004dc +Size (NeoPop-SDL-0.1.tar.bz2) = 180403 bytes |