Update games/hexalate to version 1.1.6
[dports.git] / games / xqf / Makefile
1 # Created by: steve farrell
2 # $FreeBSD$
3
4 PORTNAME=       xqf
5 PORTVERSION=    1.0.5
6 PORTREVISION=   11
7 CATEGORIES=     games
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Server browser for many popular 3D action games
12
13 RUN_DEPENDS=    qstat:games/qstat
14
15 USES=           gettext gmake gnome pkgconfig xorg
16 USE_GNOME=      intlhack
17 USE_XORG=       x11
18 GNU_CONFIGURE=  yes
19
20 CPPFLAGS+=      -I${LOCALBASE}/include
21 LIBS+=          -L${LOCALBASE}/lib -lX11
22
23 PORTDATA=       *
24 PORTDOCS=       *
25
26 OPTIONS_DEFINE= GTK2 BZIP2 DOCS
27 OPTIONS_DEFAULT=GTK2 BZIP2
28
29 GTK2_USE=               GNOME=gtk20
30 GTK2_USE_OFF=           GNOME=gdkpixbuf
31 GTK2_CONFIGURE_ENABLE=  gtk2
32
33 BZIP2_CONFIGURE_ENABLE= bzip2
34
35 post-install:
36         ${MKDIR} ${STAGEDIR}${DOCSDIR}
37         ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${STAGEDIR}${DOCSDIR}
38
39 .include <bsd.port.mk>