2000-03-09 04:58:53 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2000/03/09 09:58:53 kevlo Exp $
|
2000-03-03 05:39:42 -05:00
|
|
|
|
2000-03-09 04:58:53 -05:00
|
|
|
DISTNAME= freeciv-1.10.0
|
1998-05-19 19:44:24 -04:00
|
|
|
CATEGORIES= games
|
2000-03-05 13:30:21 -05:00
|
|
|
NEED_VERSION= 1.223
|
1999-09-28 14:10:23 -04:00
|
|
|
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/
|
1998-05-19 19:44:24 -04:00
|
|
|
|
1999-09-13 20:34:36 -04:00
|
|
|
MAINTAINER= israfil@gmx.net
|
1998-05-19 19:44:24 -04:00
|
|
|
|
2000-02-12 03:02:07 -05:00
|
|
|
LICENSE_TYPE= GPL
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2000-02-16 21:52:49 -05:00
|
|
|
# If USE_GTK is defined, freeciv will be built with a prettier look and
|
|
|
|
# feel:
|
2000-03-05 13:30:21 -05:00
|
|
|
#USE_GTK= Yes
|
2000-02-16 21:52:49 -05:00
|
|
|
|
|
|
|
.if defined(USE_GTK)
|
2000-03-05 13:30:21 -05:00
|
|
|
LIB_DEPENDS= intl:devel/gettext \
|
|
|
|
glib.1.2:devel/glib \
|
|
|
|
gtk.1.2:x11/gtk+ \
|
|
|
|
Imlib.19:graphics/imlib
|
2000-03-09 04:58:53 -05:00
|
|
|
PKGNAME= freeciv-1.10.0-gtk
|
1999-09-14 09:43:12 -04:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
2000-02-16 21:52:49 -05:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --disable-gtktest
|
|
|
|
.endif
|
1998-05-19 19:44:24 -04:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
GNU_CONFIGURE= Yes
|
|
|
|
|
|
|
|
NO_INSTALL_MANPAGES= Yes
|
1998-11-08 20:49:54 -05:00
|
|
|
|
1998-05-19 19:44:24 -04:00
|
|
|
.include <bsd.port.mk>
|