freebsd-ports/games/wmqstat/Makefile
Kirill Ponomarev 8d050c2a53 Add missing MASTER_SITE_SUBDIR
Remove temporary distfile location
Fix couple of ${INSTALL_PROGRAM}'s

PR:		55103
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-07-31 10:34:33 +00:00

31 lines
655 B
Makefile

# 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}
MASTER_SITE_SUBDIR= ${PORTNAME}
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>