diff options
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/hatari/Makefile | 22 | ||||
-rw-r--r-- | emulators/hatari/distinfo | 2 | ||||
-rw-r--r-- | emulators/hatari/pkg-descr | 4 | ||||
-rw-r--r-- | emulators/hatari/pkg-plist | 4 |
5 files changed, 33 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 13c1ef60d94b..6a37b760593c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -29,6 +29,7 @@ SUBDIR += grustibus SUBDIR += gsnes9x SUBDIR += gxmame + SUBDIR += hatari SUBDIR += hercules SUBDIR += hfs SUBDIR += hfsplusutils diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile new file mode 100644 index 000000000000..0ed7c81437fd --- /dev/null +++ b/emulators/hatari/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: hatari +# Date created: 15 March 2004 +# Whom: Michael Neumann <mneumann@ntecs.de> +# +# $FreeBSD$ +# + +PORTNAME= hatari +PORTVERSION= 0.45 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= mneumann@ntecs.de +COMMENT= An Atari ST emulator + +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GMAKE= yes +USE_SDL= yes + +.include <bsd.port.mk> diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo new file mode 100644 index 000000000000..e187517812a2 --- /dev/null +++ b/emulators/hatari/distinfo @@ -0,0 +1,2 @@ +MD5 (hatari-0.45.tar.gz) = 945a1b8789deaf2978c81de062ad97d0 +SIZE (hatari-0.45.tar.gz) = 474055 diff --git a/emulators/hatari/pkg-descr b/emulators/hatari/pkg-descr new file mode 100644 index 000000000000..0132c1ae3bc1 --- /dev/null +++ b/emulators/hatari/pkg-descr @@ -0,0 +1,4 @@ +Hatari is an Atari ST emulator. It tries to emulate the hardware of a ST as +close as possible so that it is able to run most of the old ST games and demos. + +WWW: http://hatari.sourceforge.net/ diff --git a/emulators/hatari/pkg-plist b/emulators/hatari/pkg-plist new file mode 100644 index 000000000000..09fe80a76ad4 --- /dev/null +++ b/emulators/hatari/pkg-plist @@ -0,0 +1,4 @@ +bin/hatari +share/hatari/font8.bmp +share/hatari/tos.img +@dirrm share/hatari |