1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/freeciv-gtk2/Makefile
Chris Piazza 935d80d668 The last commit had a bogus path in the MASTER_SITE and I forgot
to tell sheldonh before he committed it..
1999-09-28 22:47:13 +00:00

35 lines
753 B
Makefile

# New ports collection makefile for: freeciv
# Version required: 1.8.1
# Date created: Jun 20 1997
# Whom: ada@bsd.org
#
# $FreeBSD$
#
DISTNAME= freeciv-1.8.3
CATEGORIES= games
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/beta_version/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
MAINTAINER= ada@bsd.org
# If USE_GTK is defined, freeciv will be built with a prettier look and
# feel:
#USE_GTK= yes
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if defined(USE_GTK)
LIB_DEPENDS+= Imlib.4:${PORTSDIR}/graphics/imlib
.endif
USE_BZIP2= yes
GNU_CONFIGURE= yes
.if defined(USE_GTK)
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.else
CONFIGURE_ARGS= --disable-gtktest
.endif
.include <bsd.port.mk>