mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
28 lines
692 B
Makefile
28 lines
692 B
Makefile
# New ports collection makefile for: qstat
|
|
# Date created: 28 May 1998
|
|
# Whom: Daniel O'Connor <darius@dons.net.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qstat
|
|
PORTVERSION= 2.3g
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.activesw.com/pub/quake/
|
|
DISTNAME= qstat23g
|
|
|
|
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>
|