1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/games/qstat/Makefile
Steve Price b50dc5c75c Update to version 2.2b.
PR:		10292
Submitted by:	Gianmarco Giovannelli <gmarco@giovannelli.it>
Reviewed by:	maintainer
1999-03-15 01:35:06 +00:00

28 lines
752 B
Makefile

# New ports collection makefile for: qstat
# Version required: 2.2b
# Date created: 28 May 1998
# Whom: Daniel O'Connor <darius@dons.net.au>
#
# $Id: Makefile,v 1.1.1.1 1998/08/17 00:28:24 steve Exp $
#
DISTNAME= qstat22b
PKGNAME= qstat-2.2b
CATEGORIES= misc
MASTER_SITES= ftp://ftp.activesw.com/pub/quake/
MAINTAINER= darius@dons.net.au
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${ECHO_MSG} ""
@${ECHO_MSG} "Installing documents in ${PREFIX}/share/doc/qstat"
@${ECHO_MSG} ""
${MKDIR} ${PREFIX}/share/doc/qstat
${INSTALL_DATA} ${WRKSRC}/qstat.txt ${PREFIX}/share/doc/qstat
${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${PREFIX}/share/doc/qstat
.endif
.include <bsd.port.mk>