1997-07-09 11:39:09 +02:00
|
|
|
# New ports collection makefile for: freeciv
|
1999-07-10 22:12:06 +02:00
|
|
|
# Version required: 1.8.1
|
1997-07-09 11:39:09 +02:00
|
|
|
# Date created: Jun 20 1997
|
1997-07-09 12:11:47 +02:00
|
|
|
# Whom: ada@bsd.org
|
1997-07-09 11:39:09 +02:00
|
|
|
#
|
1999-07-10 22:12:06 +02:00
|
|
|
# $Id: Makefile,v 1.21 1999/06/20 01:21:00 cpiazza Exp $
|
1997-07-09 11:39:09 +02:00
|
|
|
#
|
|
|
|
|
1999-07-10 22:12:06 +02:00
|
|
|
DISTNAME= freeciv-1.8.1
|
1997-07-09 11:39:09 +02:00
|
|
|
CATEGORIES= games
|
1999-06-20 03:21:00 +02:00
|
|
|
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \
|
1999-02-08 19:07:44 +01:00
|
|
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
1997-07-09 11:39:09 +02:00
|
|
|
|
|
|
|
MAINTAINER= ada@bsd.org
|
|
|
|
|
1999-07-10 22:12:06 +02:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
|
|
Imlib.4:${PORTSDIR}/graphics/imlib
|
1997-07-09 11:39:09 +02:00
|
|
|
|
1999-07-10 22:12:06 +02:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-02-03 12:12:01 +01:00
|
|
|
USE_BZIP2= yes
|
1999-01-30 18:48:46 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1999-07-10 22:12:06 +02:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1998-02-06 19:25:14 +01:00
|
|
|
|
1997-07-09 11:39:09 +02:00
|
|
|
.include <bsd.port.mk>
|