# New ports collection makefile for: QStat # Date created: 28 May 1998 # Whom: Daniel O'Connor # # $FreeBSD$ # PORTNAME= qstat PORTVERSION= 2.10 CATEGORIES= games net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= A command line program to query game servers on the net GNU_CONFIGURE= yes post-extract: @${MV} ${WRKSRC}/qstat.cfg ${WRKSRC}/qstat.cfg.default post-patch: @${REINPLACE_CMD} -e 's|\(qstat\.cfg\)|\1\.default|' \ ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/info ${DOCSDIR}/template ${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/template/*.html ${WRKSRC}/template/*.txt \ ${DOCSDIR}/template ${INSTALL_DATA} ${WRKSRC}/info/*.txt ${DOCSDIR}/info .endif @[ -f ${PREFIX}/etc/qstat.cfg ] || \ ${CP} ${PREFIX}/etc/qstat.cfg.default ${PREFIX}/etc/qstat.cfg .include ' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SIZEify.trevor2004-01-301-0/+1
* utilize SITE_PERLijliao2003-10-242-6/+5
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-1/+0
* Stylekevlo2001-02-26