# New ports collection makefile for: tyrquake # Date created: 13 May 2006 # Whom: alepulver # # $FreeBSD$ # PORTNAME= tyrquake PORTVERSION= 0.59 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://disenchant.net/files/engine/ MAINTAINER= rsmith@xs4all.nl COMMENT= Very conservative branch of the Quake source code USE_XORG= x11 xxf86vm xdamage xfixes xau xext xdmcp USE_GL= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes MAKE_ENV= QBASEDIR="${Q1DIR}" OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ X86_ASM "Enable x86 assembly code when possible" on .include "${.CURDIR}/../quake-data/Makefile.include" .include .if defined(WITHOUT_OPTIMIZED_CFLAGS) MAKE_ENV+= OPTIMIZED_CFLAGS=N .endif .if defined(WITHOUT_X86_ASM) || ${ARCH} != "i386" MAKE_ENV+= USE_X86_ASM=N .endif post-patch: @${REINPLACE_CMD} -e '/-mtune/d' ${WRKSRC}/${MAKEFILE} do-install: .for file in tyr-quake tyr-glquake tyr-qwcl tyr-glqwcl tyr-qwsv ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include eebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add SHA256pav2005-11-261-0/+1
* Use MAKE_ARGSvs2005-04-222-27/+1
* Use PLIST_FILES.trevor2004-02-062-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* SIZEify.trevor2004-01-301-0/+1
* - Fix MASTER_SITESkrion2003-11-116-6/+72
* Reset maintainer on ports owned by the following committers who havekris2003-11-031-1/+1
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
* Clear moonlight beckons.ade2003-03-072-1/+1
* Deploy USE_GNOMENG infrastructurelioux2002-09-01