mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
cac61163f1
A Nintendo N64(tm) emulator. PR: 15146 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
34 lines
778 B
Makefile
34 lines
778 B
Makefile
# 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>
|