1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/games/qcc/Makefile
Edwin Groothuis 54e9655a56 [UPDATE] games/qcc: integrate with "games/quake-source"
Integrate with "games/quake-source".

PR:		ports/86172
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
Approved by:	maintainer timeout
2005-11-17 12:00:14 +00:00

39 lines
821 B
Makefile

# New ports collection makefile for: qcc
# Date created: October 25th 1996
# Whom: jfitz@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= qcc
PORTVERSION= 1.01
CATEGORIES= games devel
MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/
DISTNAME= ${PORTNAME}
MAINTAINER= danfe@FreeBSD.org
COMMENT= The QuakeC compiler, for building custom games of Quake
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/send
MAKEFILE= makefile
PLIST_FILES= bin/qcc
PORTDOCS= readme.txt
post-extract:
@${REINPLACE_CMD} -E '/^CFLAGS/d; s/cc( -c)? \$$\(C/$$(CC)\1 \$$\(C/' \
${WRKSRC}/makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qcc ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
.endif
.include "${.CURDIR}/../quake-source/Makefile.include"
.include <bsd.port.mk>