summaryrefslogtreecommitdiff
path: root/emulators/aranym/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-06 07:28:38 +0000
committerxtraeme <xtraeme>2004-07-06 07:28:38 +0000
commit300220814651770aca0e813c323f55e73d55128a (patch)
tree3a9f64a3f438f6b5fde9d23453b87fc13ab957a4 /emulators/aranym/Makefile
parentcb9dc6145870d964ec5d3d44e67b8fb7d459521b (diff)
downloadpkgsrc-300220814651770aca0e813c323f55e73d55128a.tar.gz
Initial import of aranym-0.8.8beta.
ARAnyM is an acronym: Atari Running on Any Machine. It is a virtual machine software for running the Atari ST/TT/Falcon operating systems (TOS, FreeMiNT, MagiC and others) and TOS/GEM applications on any kind of hardware - be it an IBM clone (read it as "PC" :-), an Apple, an Unix server, a graphics workstation or even a portable computer.
Diffstat (limited to 'emulators/aranym/Makefile')
-rw-r--r--emulators/aranym/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile
new file mode 100644
index 00000000000..cca0f045527
--- /dev/null
+++ b/emulators/aranym/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 07:28:38 xtraeme Exp $
+#
+
+DISTNAME= aranym-0.8.8beta
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://aranym.sourceforge.net/
+COMMENT= Atari Running on Any Machine
+
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_X11= yes
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/src/Unix
+
+ALL_TARGET= # void
+
+CONFIGURE_ARGS+= --enable-opengl
+MANCOMPRESSED= aranym.1.gz
+
+pre-build:
+ cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} depend
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"