From 02e35382c4d60be7b1e9f781f17d74066dc235b1 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 21 Oct 2005 03:49:56 +0000 Subject: Import z26 from pkgsrc-wip. Packaged by Greg Troutman. A fast and stable emulator for the mighty Atari 2600 game console. Lots of features and options, even comes with a man page with gobs of detailed information to help you fine tune everything. Try the various timing and video mode settings to get the maximum performance on your computer. --- emulators/z26/DESCR | 5 +++++ emulators/z26/Makefile | 24 ++++++++++++++++++++++++ emulators/z26/PLIST | 3 +++ emulators/z26/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 emulators/z26/DESCR create mode 100644 emulators/z26/Makefile create mode 100644 emulators/z26/PLIST create mode 100644 emulators/z26/distinfo (limited to 'emulators') diff --git a/emulators/z26/DESCR b/emulators/z26/DESCR new file mode 100644 index 00000000000..459af45c264 --- /dev/null +++ b/emulators/z26/DESCR @@ -0,0 +1,5 @@ +A fast and stable emulator for the mighty Atari 2600 game console. +Lots of features and options, even comes with a man page with gobs of +detailed information to help you fine tune everything. Try the +various timing and video mode settings to get the maximum performance +on your computer. diff --git a/emulators/z26/Makefile b/emulators/z26/Makefile new file mode 100644 index 00000000000..1234ec226a4 --- /dev/null +++ b/emulators/z26/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/21 03:49:56 minskim Exp $ +# + +DISTNAME= z26v213 +PKGNAME= z26-2.13 +CATEGORIES= emulators games +MASTER_SITES= http://www.whimsey.com/z26/ + +MAINTAINER= xmor61@users.sourceforge.net +HOMEPAGE= http://www.whimsey.com/z26/ +COMMENT= Atari 2600 Emulator + +BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm + +ONLY_FOR_PLATFORM+= *-i386 + +WRKSRC= ${WRKDIR}/z26_snapshot-20040523 +USE_TOOLS+= gmake perl +BUILD_TARGET= netbsd +MAKE_ENV+= "INSTALL_BINDIR=${PREFIX}/bin" +MAKE_ENV+= "INSTALL_MANDIR=${PREFIX}/man/man1" + +.include "../../devel/SDL/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/z26/PLIST b/emulators/z26/PLIST new file mode 100644 index 00000000000..89b5f3e9fb1 --- /dev/null +++ b/emulators/z26/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/21 03:49:56 minskim Exp $ +bin/z26 +man/man1/z26.1 diff --git a/emulators/z26/distinfo b/emulators/z26/distinfo new file mode 100644 index 00000000000..172acb08404 --- /dev/null +++ b/emulators/z26/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/21 03:49:56 minskim Exp $ + +SHA1 (z26v213.tar.gz) = b9a913ab7965f021be79ee9079fdba79ad26a5da +RMD160 (z26v213.tar.gz) = 52d0e99839bbc290e184d31a765ce3f3043937c4 +Size (z26v213.tar.gz) = 216375 bytes -- cgit v1.2.3