aboutsummaryrefslogtreecommitdiffstats
path: root/games/xqf/Makefile
blob: af70a95e1511d2c12aea8f777993e809a6ed9538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    xqf
# Date created:             08 February 1999
# Whom:                 steve farrell
#
# $FreeBSD$
#

PORTNAME=   xqf
PORTVERSION=    0.9.11
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Find quake servers

RUN_DEPENDS=    qstat:${PORTSDIR}/games/qstat

USE_GNOMENG=    yes
USE_GNOME=  gtk12
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN6=       xqf.6

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${DOCSDIR}
.endif

.include <bsd.port.mk>