mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
32 lines
727 B
Makefile
32 lines
727 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= 3
|
|
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_XORG= xpm
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/wmq3 ${PREFIX}/bin
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/wmq3rc ${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|