openbsd-ports/games/freeciv/Makefile

40 lines
843 B
Makefile
Raw Normal View History

2000-03-03 05:39:42 -05:00
# $OpenBSD: Makefile,v 1.17 2000/03/03 10:39:42 turan Exp $
BROKEN= sources missing
2000-02-14 21:38:18 -05:00
DISTNAME= freeciv-1.9.0
2000-02-16 21:52:49 -05:00
PKGNAME= freeciv-1.9.0-gtk
1998-05-19 19:44:24 -04:00
CATEGORIES= games
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
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:
#USE_GTK= yes
.if defined(USE_GTK)
1999-09-13 20:34:36 -04:00
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \
glib.1.2:${PORTSDIR}/devel/glib \
gtk.1.2:${PORTSDIR}/x11/gtk+ \
1999-11-12 09:34:37 -05:00
Imlib.19:${PORTSDIR}/graphics/imlib
2000-02-16 21:52:49 -05:00
.endif
1998-05-19 19:44:24 -04:00
1999-09-13 20:34:36 -04:00
GNU_CONFIGURE= yes
2000-02-16 21:52:49 -05:00
.if defined(USE_GTK)
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
1999-09-13 20:34:36 -04:00
NO_INSTALL_MANPAGES= yes
1998-05-19 19:44:24 -04:00
.include <bsd.port.mk>