diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile new file mode 100644 index 0000000000..7fbd8ca04b --- /dev/null +++ b/emulators/atari800/Makefile @@ -0,0 +1,33 @@ +# $OpenBSD: mk.conf.template,v 1.23 2016/04/26 10:57:00 sthen Exp $ + +COMMENT = Atari 8-bit computer systems and 5200 game console emulator + +DISTNAME = atari800-3.1.0 +CATEGORIES = emulators + +HOMEPAGE = http://atari800.sourceforge.net/ + +MAINTAINER = Frederic Cambus + +# GPLv2+ +PERMIT_PACKAGE_CDROM = Yes + +WANTLIB += SDL c m ossaudio pthread readline termcap z + +MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=atari800/} + +LIB_DEPENDS = devel/sdl + +WRKSRC = ${WRKDIST}/src + +CONFIGURE_STYLE = gnu + +USE_GMAKE = Yes + +NO_TEST = Yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/atari800 ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/atari800.man ${PREFIX}/man/man1/atari800.1 + +.include diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo new file mode 100644 index 0000000000..0f034ab4e8 --- /dev/null +++ b/emulators/atari800/distinfo @@ -0,0 +1,2 @@ +SHA256 (atari800-3.1.0.tar.gz) = kBsCzOkt2wthT4A05iEfJMv8L4+xxlgboAl7Hmj5Hgw= +SIZE (atari800-3.1.0.tar.gz) = 1492289 diff --git a/emulators/atari800/pkg/DESCR b/emulators/atari800/pkg/DESCR new file mode 100644 index 0000000000..5ec1235863 --- /dev/null +++ b/emulators/atari800/pkg/DESCR @@ -0,0 +1,5 @@ +Atari 8-bit computer systems and 5200 game console emulator. + +Emulated machines: Atari 400, 800, 1200XL, 600XL, 800XL, 65XE, 130XE, +800XE, XE Game System, 5200 SuperSystem. + diff --git a/emulators/atari800/pkg/PLIST b/emulators/atari800/pkg/PLIST new file mode 100644 index 0000000000..3d49f15640 --- /dev/null +++ b/emulators/atari800/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD$ +@bin bin/atari800 +@man man/man1/atari800.1