openbsd-ports/games/freeciv/Makefile

21 lines
531 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 1999/09/14 13:43:12 brad Exp $
1998-05-19 19:44:24 -04:00
1999-09-13 20:34:36 -04:00
DISTNAME= freeciv-1.8.1
1998-05-19 19:44:24 -04:00
CATEGORIES= games
1999-09-13 20:34:36 -04:00
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
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
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+ \
Imlib.1.9:${PORTSDIR}/graphics/imlib
1998-05-19 19:44:24 -04:00
1999-09-13 20:34:36 -04:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config"
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>