1997-07-09 09:39:09 +00:00
|
|
|
# New ports collection makefile for: freeciv
|
1999-09-30 13:04:23 +00:00
|
|
|
# Version required: 1.8.3
|
1997-07-09 09:39:09 +00:00
|
|
|
# Date created: Jun 20 1997
|
1997-07-09 10:11:47 +00:00
|
|
|
# Whom: ada@bsd.org
|
1997-07-09 09:39:09 +00:00
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1997-07-09 09:39:09 +00:00
|
|
|
#
|
|
|
|
|
1999-10-21 11:43:55 +00:00
|
|
|
DISTNAME= freeciv-1.9.0
|
1997-07-09 09:39:09 +00:00
|
|
|
CATEGORIES= games
|
1999-10-21 11:43:55 +00:00
|
|
|
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \
|
|
|
|
ftp://ftp.pvv.ntnu.no/pub/freeciv/stable_version/ \
|
1999-02-08 18:07:44 +00:00
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
1997-07-09 09:39:09 +00:00
|
|
|
|
1999-09-30 13:04:23 +00:00
|
|
|
MAINTAINER= sheldonh@freebsd.org
|
1997-07-09 09:39:09 +00:00
|
|
|
|
1999-09-28 17:23:29 +00:00
|
|
|
# If USE_GTK is defined, freeciv will be built with a prettier look and
|
|
|
|
# feel:
|
|
|
|
#USE_GTK= yes
|
|
|
|
|
1999-09-27 17:08:07 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1999-09-28 17:23:29 +00:00
|
|
|
.if defined(USE_GTK)
|
1999-10-10 09:38:33 +00:00
|
|
|
LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib
|
1999-09-28 17:23:29 +00:00
|
|
|
.endif
|
1997-07-09 09:39:09 +00:00
|
|
|
|
1999-02-03 11:12:01 +00:00
|
|
|
USE_BZIP2= yes
|
1999-01-30 17:48:46 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-09-28 17:23:29 +00:00
|
|
|
.if defined(USE_GTK)
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
.else
|
1999-09-27 17:08:07 +00:00
|
|
|
CONFIGURE_ARGS= --disable-gtktest
|
1999-09-28 17:23:29 +00:00
|
|
|
.endif
|
1998-02-06 18:25:14 +00:00
|
|
|
|
1997-07-09 09:39:09 +00:00
|
|
|
.include <bsd.port.mk>
|