2001-12-31 02:40:18 +01:00
|
|
|
# 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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 3
|
2001-12-31 02:40:18 +01:00
|
|
|
CATEGORIES= net windowmaker games
|
2006-05-26 20:00:02 +02:00
|
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
|
|
|
http://mirror2.unixfreunde.de/
|
2001-12-31 02:40:18 +01:00
|
|
|
|
2006-04-15 00:53:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Dockapp that query and display information on Quake 3 servers
|
2001-12-31 02:40:18 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME}
|
|
|
|
USE_GMAKE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm
|
2001-12-31 02:40:18 +01:00
|
|
|
|
2006-05-26 20:00:02 +02:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
2001-12-31 02:40:18 +01:00
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/wmq3 ${PREFIX}/bin
|
2006-05-26 20:00:02 +02:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/wmq3rc ${EXAMPLESDIR}
|
2001-12-31 02:40:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|