a2c3221829
A program for finding quake servers. PR: 9975 Submitted by: Stephen Farrell <sfarrell@healthquiz.com>
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# New ports collection makefile for: xqf
|
|
# Version required: 0.8.7.2
|
|
# Date created: 08 February 1999
|
|
# Whom: steve farrell
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= xqf-0.8.7.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.linuxgames.com/xqf/
|
|
|
|
MAINTAINER= steve@farrell.org
|
|
|
|
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
|
|
LIB_DEPENDS= gtk10:${PORTSDIR}/x11-toolkits/gtk10
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|