1997-07-09 09:39:09 +00:00
|
|
|
# New ports collection makefile for: freeciv
|
1999-07-10 20:12:06 +00:00
|
|
|
# Version required: 1.8.1
|
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-07-10 20:12:06 +00:00
|
|
|
# $Id: Makefile,v 1.21 1999/06/20 01:21:00 cpiazza Exp $
|
1997-07-09 09:39:09 +00:00
|
|
|
#
|
|
|
|
|
1999-07-10 20:12:06 +00:00
|
|
|
DISTNAME= freeciv-1.8.1
|
1997-07-09 09:39:09 +00:00
|
|
|
CATEGORIES= games
|
1999-06-20 01:21:00 +00:00
|
|
|
MASTER_SITES= ftp://ftp.freeciv.org/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
|
|
|
|
|
|
|
MAINTAINER= ada@bsd.org
|
|
|
|
|
1999-07-10 20:12:06 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
|
|
Imlib.4:${PORTSDIR}/graphics/imlib
|
1997-07-09 09:39:09 +00:00
|
|
|
|
1999-07-10 20:12:06 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-02-03 11:12:01 +00:00
|
|
|
USE_BZIP2= yes
|
1999-01-30 17:48:46 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-07-10 20:12:06 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1998-02-06 18:25:14 +00:00
|
|
|
|
1997-07-09 09:39:09 +00:00
|
|
|
.include <bsd.port.mk>
|