1996-10-27 05:18:55 +00:00
|
|
|
# New ports collection makefile for: qcc
|
|
|
|
# Date created: October 25th 1996
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: jfitz@FreeBSD.org
|
1996-10-27 05:18:55 +00:00
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1996-10-27 05:18:55 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= qcc
|
|
|
|
PORTVERSION= 1.01
|
2005-01-13 19:25:29 +00:00
|
|
|
CATEGORIES= games devel
|
1997-06-27 02:28:52 +00:00
|
|
|
MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/
|
2000-04-14 12:28:40 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
1996-10-27 05:18:55 +00:00
|
|
|
|
2005-01-13 19:25:29 +00:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= The QuakeC compiler, for building custom games of Quake
|
1996-10-27 05:18:55 +00:00
|
|
|
|
2005-01-13 19:25:29 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
1996-10-27 05:18:55 +00:00
|
|
|
WRKSRC= ${WRKDIR}/send
|
|
|
|
MAKEFILE= makefile
|
|
|
|
|
2005-11-17 12:00:14 +00:00
|
|
|
PLIST_FILES= bin/qcc
|
|
|
|
PORTDOCS= readme.txt
|
|
|
|
|
2005-01-13 19:25:29 +00:00
|
|
|
post-extract:
|
2005-01-14 06:23:50 +00:00
|
|
|
@${REINPLACE_CMD} -E '/^CFLAGS/d; s/cc( -c)? \$$\(C/$$(CC)\1 \$$\(C/' \
|
|
|
|
${WRKSRC}/makefile
|
2005-01-13 19:25:29 +00:00
|
|
|
|
2001-12-24 10:37:45 +00:00
|
|
|
do-install:
|
1996-10-27 05:18:55 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/qcc ${PREFIX}/bin
|
2005-11-17 12:00:14 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../quake-source/Makefile.include"
|
1996-10-27 05:18:55 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|