diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-24 10:48:53 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-24 10:48:53 +0000 |
commit | 3bda1f8df99f02860d830eb3d31b813275cdb1f3 (patch) | |
tree | dfa36fc4d6dddf6f12e1f3c28b8bea7f117bc7e1 /games/wmqstat | |
parent | e5c6a0733e76854c04e7ed5816b007c07f472049 (diff) |
- Drop USE_X_PREFIX
- Replace USE_XPM with USE_XORG
- Cleanup Makefile
- Use SF macro
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=209677
Diffstat (limited to 'games/wmqstat')
-rw-r--r-- | games/wmqstat/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/wmqstat/Makefile b/games/wmqstat/Makefile index b815fcf44c6a..b0085c058aaa 100644 --- a/games/wmqstat/Makefile +++ b/games/wmqstat/Makefile @@ -7,24 +7,19 @@ PORTNAME= wmqstat PORTVERSION= 0.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games windowmaker -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org COMMENT= A dockapp for monitoring of various Internet game servers RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm PLIST_FILES= bin/${PORTNAME} - -.if !defined(NOPORTDOCS) PORTDOCS= README -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |