summaryrefslogtreecommitdiff
path: root/emulators/hatari
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-31 19:16:53 +0000
committercjep <cjep@pkgsrc.org>2002-12-31 19:16:53 +0000
commitf958f6c79708fda42695e60d9a15a9b70873e3d9 (patch)
treebfd8467574c5bf026b1597369f501316f786fe1d /emulators/hatari
parentb8f002d248e8e43d98355fd27d0f8597e918f7dd (diff)
downloadpkgsrc-f958f6c79708fda42695e60d9a15a9b70873e3d9.tar.gz
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
Diffstat (limited to 'emulators/hatari')
-rw-r--r--emulators/hatari/DESCR9
-rw-r--r--emulators/hatari/Makefile31
-rw-r--r--emulators/hatari/PLIST7
-rw-r--r--emulators/hatari/distinfo4
4 files changed, 51 insertions, 0 deletions
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