View | Details | Raw Unified | Return to bug 238256
Collapse All | Expand All

(-)games/freeciv/Makefile (-10 / +10 lines)
Lines 3-14 Link Here
3
3
4
PORTNAME=	freeciv
4
PORTNAME=	freeciv
5
PORTVERSION=	2.5.10
5
PORTVERSION=	2.5.10
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \
8
MASTER_SITES=	SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \
9
		http://download.gna.org/freeciv/stable/
9
		http://download.gna.org/freeciv/stable/
10
10
11
MAINTAINER=	johans@FreeBSD.org
11
MAINTAINER=	tobik@FreeBSD.org
12
COMMENT=	Free turn-based multiplayer strategy
12
COMMENT=	Free turn-based multiplayer strategy
13
13
14
LICENSE=	GPLv2+
14
LICENSE=	GPLv2+
Lines 20-28 Link Here
20
USES=		gmake iconv libtool localbase pkgconfig tar:bzip2 python \
20
USES=		gmake iconv libtool localbase pkgconfig tar:bzip2 python \
21
		sqlite readline
21
		sqlite readline
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} --program-transform-name= \
23
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} \
24
		--enable-aimodules --enable-shared \
24
		--enable-aimodules \
25
		--enable-fcdb=sqlite3
25
		--enable-fcdb=sqlite3 \
26
		--enable-shared \
27
		--program-transform-name= \
28
		--without-ggz-client \
29
		--without-ggz-server
26
30
27
PORTDATA=	*
31
PORTDATA=	*
28
32
Lines 47-57 Link Here
47
LIB_DEPENDS+=	libtiff.so:graphics/tiff \
51
LIB_DEPENDS+=	libtiff.so:graphics/tiff \
48
		libpng.so:graphics/png \
52
		libpng.so:graphics/png \
49
		libfontconfig.so:x11-fonts/fontconfig \
53
		libfontconfig.so:x11-fonts/fontconfig \
50
		libfreetype.so:print/freetype2 \
54
		libfreetype.so:print/freetype2
51
		libggz.so:games/libggz \
52
		libggz-gtk.so:games/ggz-gtk-client \
53
		libggzcore.so:games/ggz-client-libs \
54
		libggzmod.so:games/ggz-client-libs
55
USE_XORG=	xpm
55
USE_XORG=	xpm
56
USE_SDL+=	mixer
56
USE_SDL+=	mixer
57
USE_GNOME=	gtk20 cairo
57
USE_GNOME=	gtk20 cairo

Return to bug 238256