mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20b9bbed0a
MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
26 lines
630 B
Makefile
26 lines
630 B
Makefile
# New ports collection makefile for: qcc
|
|
# Version required: 1.01
|
|
# Date created: October 25th 1996
|
|
# Whom: jfitz@FreeBSD.ORG
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/11/18 11:24:52 asami Exp $
|
|
#
|
|
|
|
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} ${PREFIX}/share/qcc/v101qc
|
|
${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/qcc
|
|
${INSTALL_DATA} ${WRKSRC}/v101qc/* ${PREFIX}/share/qcc/v101qc
|
|
|
|
.include <bsd.port.mk>
|