freebsd-ports/emulators/truereality/Makefile
Satoshi Asami 7137e75472 Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
(This should probably be rewritten to use EXTRA_PATCHES but I don't have
time to test it now.)
2000-10-07 21:53:11 +00:00

37 lines
816 B
Makefile

# New ports collection makefile for: truereality
# Date Created: 28 November 1999
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
#
# $FreeBSD$
#
PORTNAME= truereality
PORTVERSION= ${DATE}
CATEGORIES= emulators devel
MASTER_SITES= http://www.emuhq.com/emulators/ \
ftp://ftp.mayn.de/pub/unix/emulators/console/
DISTNAME= TrueReality-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
USE_GMAKE= yes
USE_XLIB= yes
MAKE_ARGS= X11BASE=${X11BASE}
WRKSRC= ${WRKDIR}/TrueReality/Source
DATE= 1999121400
.include <bsd.port.pre.mk>
post-patch:
.if ${ARCH} == "alpha"
@(cd ${WRKSRC} && ${PATCH} < ${PATCHDIR}/extra-patch-alpha || ${ECHO})
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/TrueReality ${PREFIX}/bin
@${LN} -sf ${PREFIX}/bin/TrueReality ${PREFIX}/bin/truereality
.include <bsd.port.post.mk>