freebsd-ports/games/qcc/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

26 lines
579 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
MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@freebsd.org
WRKSRC= ${WRKDIR}/send
MAKEFILE= makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qcc ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/qcc/v101qc
${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/qcc
${INSTALL_DATA} ${WRKSRC}/v101qc/* ${PREFIX}/share/qcc/v101qc
.include <bsd.port.mk>