1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/qstat/Makefile

31 lines
770 B
Makefile
Raw Normal View History

1998-08-17 00:28:24 +00:00
# New ports collection makefile for: qstat
# Date created: 28 May 1998
# Whom: Daniel O'Connor <darius@dons.net.au>
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
1998-08-17 00:28:24 +00:00
#
PORTNAME= qstat
2003-02-14 20:44:23 +00:00
PORTVERSION= 2.5.c
CATEGORIES= games net
MASTER_SITES= http://www.qstat.org/
DISTNAME= qstat${PORTVERSION:S/.//g}
1998-08-17 00:28:24 +00:00
MAINTAINER= pat@FreeBSD.org
COMMENT= A command line program to query game servers on the net
1998-08-17 00:28:24 +00:00
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${ECHO_MSG} ""
@${ECHO_MSG} "Installing documents and templates in: \
${DOCSDIR}"
@${ECHO_MSG} ""
@${MKDIR} ${DOCSDIR}
@${MKDIR} ${DOCSDIR}/template
@${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/template/* ${DOCSDIR}/template
.endif
1998-08-17 00:28:24 +00:00
.include <bsd.port.mk>