Skip to content

Commit

Permalink
Add emulators/atari800
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Sep 15, 2016
1 parent 7ca8c9e commit 788fcaa
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
33 changes: 33 additions & 0 deletions 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 <fcambus@openbsd.org>

# 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 <bsd.port.mk>
2 changes: 2 additions & 0 deletions emulators/atari800/distinfo
@@ -0,0 +1,2 @@
SHA256 (atari800-3.1.0.tar.gz) = kBsCzOkt2wthT4A05iEfJMv8L4+xxlgboAl7Hmj5Hgw=
SIZE (atari800-3.1.0.tar.gz) = 1492289
5 changes: 5 additions & 0 deletions 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.

3 changes: 3 additions & 0 deletions emulators/atari800/pkg/PLIST
@@ -0,0 +1,3 @@
@comment $OpenBSD$
@bin bin/atari800
@man man/man1/atari800.1

0 comments on commit 788fcaa

Please sign in to comment.