diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 15:17:10 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-27 15:17:10 +0000 |
commit | 70d5352d01b7e20431b3ee03531fdd7bde7ce621 (patch) | |
tree | f67806d466e84107e610752f96f2b58a41d353c1 /games/wmqstat/Makefile | |
parent | f9063e87bff7d75ec74a2c1535af00b784eaa505 (diff) |
Notes
Diffstat (limited to 'games/wmqstat/Makefile')
-rw-r--r-- | games/wmqstat/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games/wmqstat/Makefile b/games/wmqstat/Makefile new file mode 100644 index 000000000000..a92d85813359 --- /dev/null +++ b/games/wmqstat/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: wmqstat +# Date created: 25 Apr 2003 +# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> +# +# $FreeBSD$ +# + +PORTNAME= wmqstat +PORTVERSION= 0.0.2 +CATEGORIES= games windowmaker +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://freebsd.nsu.ru/distfiles/ + +MAINTAINER= danfe@regency.nsu.ru +COMMENT= A dockapp for monitoring of various Internet game servers + +RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat + +USE_X_PREFIX= yes +USE_XPM= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include <bsd.port.mk> |