summaryrefslogtreecommitdiff
path: root/emulators/truereality/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 15:50:05 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 15:50:05 +0000
commitcac61163f15536c48bda8d85cc18421c6bb5c450 (patch)
tree52d633193e210559c26e4bac89579521a6afe763 /emulators/truereality/Makefile
parentauctex version 9.9p (diff)
TrueReality version 1999062900
A Nintendo N64(tm) emulator. PR: 15146 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
Notes
Notes: svn path=/head/; revision=24057
Diffstat (limited to 'emulators/truereality/Makefile')
-rw-r--r--emulators/truereality/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/emulators/truereality/Makefile b/emulators/truereality/Makefile
new file mode 100644
index 000000000000..d4743c4566d1
--- /dev/null
+++ b/emulators/truereality/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: truereality
+# Version required: 1999062900
+# Date Created: 28 November 1999
+# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
+#
+# $FreeBSD$
+#
+
+DISTNAME= TrueReality-${DATE}
+PKGNAME= truereality-${DATE}
+CATEGORIES= emulators devel
+MASTER_SITES= http://www.emuhq.com/emulators/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= lioux@linf.unb.br
+
+LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \
+ MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \
+ X11.6:${PORTSDIR}/x11/XFree86 \
+ Xext.6:${PORTSDIR}/x11/XFree86
+
+USE_GMAKE= yes
+USE_XLIB= yes
+
+WRKSRC= ${WRKDIR}/TrueReality/Source
+
+DATE= 1999062900
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/TrueReality ${PREFIX}/bin
+ @${LN} -sf ${PREFIX}/bin/TrueReality ${PREFIX}/bin/truereality
+
+.include <bsd.port.mk>