diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-27 05:18:55 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-27 05:18:55 +0000 |
commit | 71fb312b5a55278c6212efa3cd41ac2c5231a197 (patch) | |
tree | 03e5ad3d78a873fce347d28da9de5e8701190207 /games/qcc/Makefile | |
parent | f2f95068c597e18b32b6289fc449e4466cc5e317 (diff) | |
download | FreeBSD-ports-71fb312b5a55278c6212efa3cd41ac2c5231a197.zip FreeBSD-ports-71fb312b5a55278c6212efa3cd41ac2c5231a197.tar.gz |
Import of qcc, the QuakeC compiler for building custom games of Quake.
Diffstat (limited to 'games/qcc/Makefile')
-rw-r--r-- | games/qcc/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/qcc/Makefile b/games/qcc/Makefile new file mode 100644 index 0000000..c694c13 --- /dev/null +++ b/games/qcc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: qcc +# Version required: 1.01 +# Date created: October 25th 1996 +# Whom: jfitz@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= qcc +PKGNAME= qcc-1.01 +CATEGORIES+= games +MASTER_SITES= ftp://ftp.stomped.com/pub/idgames2/quakec/ + +MAINTAINER= jfitz@freebsd.org + +WRKSRC= ${WRKDIR}/send +MAKEFILE= makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/qcc ${PREFIX}/bin + @ ${MKDIR} -p ${PREFIX}/share/qcc/v101qc + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/qcc + ${INSTALL_DATA} ${WRKSRC}/v101qc/* ${PREFIX}/share/qcc/v101qc + +.include <bsd.port.mk> |