From fbe9d42ecb3c82ca72d32a6f2eda2efcdf42a580 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 18 May 1999 23:14:16 +0000 Subject: Import stella-1.1, an Atari 2600 VCS (and compatibles) emulator written in C++. Took hints from the FreeBSD port, but rewrote this one from scratch. --- emulators/stella/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 emulators/stella/Makefile (limited to 'emulators/stella/Makefile') diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile new file mode 100644 index 00000000000..237e800d141 --- /dev/null +++ b/emulators/stella/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/18 23:14:16 tv Exp $ + +DISTNAME= stella-1.1-src +PKGNAME= stella-1.1 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/stella/1.1/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://stellar.atari.org/ + +USE_X11= yes + +WRKSRC= ${WRKDIR}/${PKGNAME}/src/build +MAKEFILE= makefile +ALL_TARGET= unix-x +MAKE_ENV= CXXFLAGS="${CXXFLAGS} -fno-rtti" + +post-build: + @cd ${WRKSRC}/../ui/sound && ${MAKE} oss + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xstella ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/../ui/sound/stella-sound ${PREFIX}/bin/ + ${INSTALL_DATA_DIR} ${PREFIX}/share/stella ${PREFIX}/share/doc/stella + ${INSTALL_DATA} ${WRKSRC}/../../games/ROMS/* ${PREFIX}/share/stella/ + ${INSTALL_DATA} ${WRKSRC}/../../games/docs/* ${PREFIX}/share/doc/stella/ + ${INSTALL_DATA} ${WRKSRC}/../../docs/Stella.pdf ${PREFIX}/share/doc/stella/stella.pdf + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3