summaryrefslogtreecommitdiff
path: root/emulators/stella/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-18 23:14:16 +0000
committertv <tv@pkgsrc.org>1999-05-18 23:14:16 +0000
commitfbe9d42ecb3c82ca72d32a6f2eda2efcdf42a580 (patch)
tree6c4fa9b93c4c471dc5b02e055bf26208fac3c4ff /emulators/stella/Makefile
parent2e4d43642505a296b0fb0f952a7f8a40f6ba89e1 (diff)
downloadpkgsrc-fbe9d42ecb3c82ca72d32a6f2eda2efcdf42a580.tar.gz
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.
Diffstat (limited to 'emulators/stella/Makefile')
-rw-r--r--emulators/stella/Makefile29
1 files changed, 29 insertions, 0 deletions
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"