From 3908178f850448ca18e6e5029f1ca667bf91d052 Mon Sep 17 00:00:00 2001 From: cjep Date: Tue, 31 Dec 2002 19:16:53 +0000 Subject: Initial import of Hatari 0.25 into the NetBSD packages collection as emulators/hatari. Hatari is an Atari ST emulator for systems supported by the SDL library. You need a copy of an Atari ST TOS ROM to use this program. Then run the program as follows: hatari --tos tos.image --- emulators/hatari/DESCR | 9 +++++++++ emulators/hatari/Makefile | 31 +++++++++++++++++++++++++++++++ emulators/hatari/PLIST | 7 +++++++ emulators/hatari/distinfo | 4 ++++ 4 files changed, 51 insertions(+) create mode 100644 emulators/hatari/DESCR create mode 100644 emulators/hatari/Makefile create mode 100644 emulators/hatari/PLIST create mode 100644 emulators/hatari/distinfo (limited to 'emulators') diff --git a/emulators/hatari/DESCR b/emulators/hatari/DESCR new file mode 100644 index 00000000000..91a9c07ede5 --- /dev/null +++ b/emulators/hatari/DESCR @@ -0,0 +1,9 @@ +Hatari is an Atari ST emulator for systems supported by the SDL library. + +Hatari is based on two main sources: +- The WinSTon sourcecode written by Paul Bates + (http://www.sourceforge.net/projects/winston/) +- The UAE's CPU core (http://www.freiburg.linux.de/~uae/) + +You need a copy of an Atari ST TOS ROM to use this program. Then run +the program as follows: hatari --tos tos.image diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile new file mode 100644 index 00000000000..7f89881841d --- /dev/null +++ b/emulators/hatari/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/31 19:16:53 cjep Exp $ +# + +DISTNAME= hatari-0.25 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hatari/} + +MAINTAINER= cjep@netbsd.org +HOMEPAGE= http://hatari.sourceforge.net/ +COMMENT= Atari ST emulator + +WRKSRC= ${WRKDIR}/hatari-0.25/src +USE_BUILDLINK2= YES +USE_X11= YES + +ALL_TARGET= hatari +USE_GMAKE= yes +MAKE_FLAGS+= DATADIR=${PREFIX}/share/hatari + +HATARI_SHARE= ${PREFIX}/share/hatari + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hatari ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${HATARI_SHARE} + ${INSTALL_DATA} ${WRKSRC}/font8.bmp ${HATARI_SHARE} + ${INSTALL_DATA} ${WRKDIR}/hatari-0.25/readme.txt ${HATARI_SHARE} + ${INSTALL_DATA} ${WRKDIR}/hatari-0.25/authors.txt ${HATARI_SHARE} + ${INSTALL_DATA} ${WRKDIR}/hatari-0.25/gpl.txt ${HATARI_SHARE} + +.include "../../devel/SDL/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/hatari/PLIST b/emulators/hatari/PLIST new file mode 100644 index 00000000000..52d38b6d034 --- /dev/null +++ b/emulators/hatari/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/31 19:16:53 cjep Exp $ +bin/hatari +share/hatari/authors.txt +share/hatari/font8.bmp +share/hatari/gpl.txt +share/hatari/readme.txt +@dirrm share/hatari diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo new file mode 100644 index 00000000000..64c3255ba14 --- /dev/null +++ b/emulators/hatari/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/31 19:16:53 cjep Exp $ + +SHA1 (hatari-0.25.tar.gz) = f00d10d771730a6b7a1e71efaeab2541f1298d93 +Size (hatari-0.25.tar.gz) = 278495 bytes -- cgit v1.2.3