blob: d4743c4566d1778b5070942ca99ee37a4a669a15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>
|