diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-20 17:34:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-20 17:34:02 +0000 |
commit | 114c7df73d32fdd3f6b4e9048f1594bdf5cbd7c7 (patch) | |
tree | 27634f23e010a374942ba60bd2ed04afa7d3546c /emulators | |
parent | 740670013a8fe939ef62918a27c9888e19ef08c6 (diff) | |
download | pkgsrc-114c7df73d32fdd3f6b4e9048f1594bdf5cbd7c7.tar.gz |
Initial import of handy_sdl-0.5:
Handy/SDL is a freeware software emulator which emulates Atari's
Lynx hand-held game device on your OS. Handy/SDL is based upon Keith
"Dysfunction" Wilkin's free Handy emulator.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/handy_sdl/DESCR | 3 | ||||
-rw-r--r-- | emulators/handy_sdl/Makefile | 25 | ||||
-rw-r--r-- | emulators/handy_sdl/PLIST | 4 | ||||
-rw-r--r-- | emulators/handy_sdl/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/emulators/handy_sdl/DESCR b/emulators/handy_sdl/DESCR new file mode 100644 index 00000000000..6a21ecd4c6b --- /dev/null +++ b/emulators/handy_sdl/DESCR @@ -0,0 +1,3 @@ +Handy/SDL is a freeware software emulator which emulates Atari's +Lynx hand-held game device on your OS. Handy/SDL is based upon Keith +"Dysfunction" Wilkin's free Handy emulator. diff --git a/emulators/handy_sdl/Makefile b/emulators/handy_sdl/Makefile new file mode 100644 index 00000000000..559ec78eab8 --- /dev/null +++ b/emulators/handy_sdl/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/20 17:34:02 wiz Exp $ +# + +DISTNAME= handy_sdl-0.5-src +PKGNAME= ${DISTNAME:S/-src//} +CATEGORIES= emulators +MASTER_SITES= http://www.xs4all.nl/~shalafi/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://sdlemu.ngemu.com/handysdl.php +COMMENT= Atari Lynx emulator + +MAKE_FILE= Makefile-0.95 +USE_TOOLS+= gmake + +INSTALLATION_DIRS= bin share/doc/handy_sdl + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/handy_sdl ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/handy_sdl + +.include "../../devel/SDL/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/handy_sdl/PLIST b/emulators/handy_sdl/PLIST new file mode 100644 index 00000000000..80bb79f5b4d --- /dev/null +++ b/emulators/handy_sdl/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/20 17:34:02 wiz Exp $ +bin/handy_sdl +share/doc/handy_sdl/README +@dirrm share/doc/handy_sdl diff --git a/emulators/handy_sdl/distinfo b/emulators/handy_sdl/distinfo new file mode 100644 index 00000000000..26ee8021b60 --- /dev/null +++ b/emulators/handy_sdl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/20 17:34:02 wiz Exp $ + +SHA1 (handy_sdl-0.5-src.tar.bz2) = a65f18781886d19878b9b14a577e1387ed3f6f19 +RMD160 (handy_sdl-0.5-src.tar.bz2) = 5dcc9ec50dcfbe6ca418b21dcb8ad5e36b14fc97 +Size (handy_sdl-0.5-src.tar.bz2) = 209616 bytes |