1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

39 lines
821 B
Makefile
Raw Normal View History

# New ports collection makefile for: qcc
# Date created: October 25th 1996
# Whom: jfitz@FreeBSD.org
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= qcc
PORTVERSION= 1.01
CATEGORIES= games devel
MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/
DISTNAME= ${PORTNAME}
MAINTAINER= danfe@FreeBSD.org
2003-02-20 17:32:26 +00:00
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:
2005-01-14 06:23:50 +00:00
@${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>