diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-24 14:01:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-24 14:01:02 +0000 |
commit | 459d39caf3d8ed74a9d2747a2323cf7a5d246c1a (patch) | |
tree | 5aa39e86bd77bab9b28fc410994e757a1b9f7793 /emulators | |
parent | 215e8ccdfc03e77e580bae5d225b48214d09b54d (diff) | |
download | pkgsrc-459d39caf3d8ed74a9d2747a2323cf7a5d246c1a.tar.gz |
Initial import of emulators/sms_sdl:
SMS Plus is Sega Master System and Game Gear emulator. Originally,
it was written to run under DOS. Since Charles Mac Donald released
his emulator under the GPL terms, this emulator has been ported to
different platforms.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sms_sdl/DESCR | 4 | ||||
-rw-r--r-- | emulators/sms_sdl/Makefile | 28 | ||||
-rw-r--r-- | emulators/sms_sdl/PLIST | 7 | ||||
-rw-r--r-- | emulators/sms_sdl/distinfo | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/emulators/sms_sdl/DESCR b/emulators/sms_sdl/DESCR new file mode 100644 index 00000000000..cb2da05b31c --- /dev/null +++ b/emulators/sms_sdl/DESCR @@ -0,0 +1,4 @@ +SMS Plus is Sega Master System and Game Gear emulator. Originally, +it was written to run under DOS. Since Charles Mac Donald released +his emulator under the GPL terms, this emulator has been ported to +different platforms. diff --git a/emulators/sms_sdl/Makefile b/emulators/sms_sdl/Makefile new file mode 100644 index 00000000000..7163eef6743 --- /dev/null +++ b/emulators/sms_sdl/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/07/24 14:01:02 wiz Exp $ +# + +DISTNAME= sms_sdl-0.9.4a-r7.1-src +PKGNAME= sms_sdl-0.9.4a.7.1 +CATEGORIES= emulators +MASTER_SITES= http://membres.lycos.fr/cyxdown/smssdl/ +EXTRACT_SUFX= .zip + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://membres.lycos.fr/cyxdown/smssdl/ +COMMENT= SMS Plus emulator port to SDL + +WRKSRC= ${WRKDIR}/sms_sdl-0.9.4a-r7.1/sdl +EXTRACT_CMD_OPTS.zip= -aqo + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sms_sdl ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sms_sdl + ${INSTALL_DATA} ${WRKSRC}/README.TXT ${PREFIX}/share/doc/sms_sdl + ${INSTALL_DATA} ${WRKSRC}/../license ${PREFIX}/share/doc/sms_sdl + ${INSTALL_DATA} ${WRKSRC}/../README.TXT \ + ${PREFIX}/share/doc/sms_sdl/README-CORE.TXT + ${INSTALL_DATA} ${WRKSRC}/../SOURCE.TXT ${PREFIX}/share/doc/sms_sdl + +.include "../../devel/SDL/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/sms_sdl/PLIST b/emulators/sms_sdl/PLIST new file mode 100644 index 00000000000..0757783e092 --- /dev/null +++ b/emulators/sms_sdl/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/24 14:01:02 wiz Exp $ +bin/sms_sdl +share/doc/sms_sdl/README-CORE.TXT +share/doc/sms_sdl/README.TXT +share/doc/sms_sdl/SOURCE.TXT +share/doc/sms_sdl/license +@dirrm share/doc/sms_sdl diff --git a/emulators/sms_sdl/distinfo b/emulators/sms_sdl/distinfo new file mode 100644 index 00000000000..8f0322ebe44 --- /dev/null +++ b/emulators/sms_sdl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/07/24 14:01:02 wiz Exp $ + +SHA1 (sms_sdl-0.9.4a-r7.1-src.zip) = 66147e5b9d69eca64924093ca26c580acf20c493 +RMD160 (sms_sdl-0.9.4a-r7.1-src.zip) = 98a7b6101a496f80b5c5b54231816d39a69e40f5 +Size (sms_sdl-0.9.4a-r7.1-src.zip) = 113154 bytes |