1999-04-03 02:09:41 +00:00
|
|
|
# New ports collection makefile for: xqf
|
|
|
|
# Date created: 08 February 1999
|
|
|
|
# Whom: steve farrell
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1999-04-03 02:09:41 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= xqf
|
2003-06-27 15:31:46 +00:00
|
|
|
PORTVERSION= 0.9.12
|
1999-04-03 02:09:41 +00:00
|
|
|
CATEGORIES= games
|
2002-07-30 02:14:22 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-04-03 02:09:41 +00:00
|
|
|
|
2002-07-30 02:14:22 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= Find quake servers
|
1999-04-03 02:09:41 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
|
|
|
|
|
2003-06-27 15:31:46 +00:00
|
|
|
USE_GNOME= gdkpixbuf gnometarget
|
2003-01-03 19:13:21 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1999-05-09 16:59:33 +00:00
|
|
|
|
2002-07-30 02:14:22 +00:00
|
|
|
MAN6= xqf.6
|
|
|
|
|
2003-01-03 19:13:21 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
1999-04-03 02:09:41 +00:00
|
|
|
.include <bsd.port.mk>
|