1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/wmq3/Makefile
Pav Lucistnik ad1cf3804e - Switch MASTER_SITES
- Portlint

PR:		ports/97843 (based on)
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-26 18:00:02 +00:00

33 lines
744 B
Makefile

# New ports collection makefile for: wmq3
# Date created: Sat Dec 29 23:19:57 EST 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= wmq3
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= net windowmaker games
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockapp that query and display information on Quake 3 servers
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME}
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
SUB_FILES= pkg-message
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmq3 ${PREFIX}/bin
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/wmq3rc ${EXAMPLESDIR}
.include <bsd.port.mk>