freebsd-ports/games/freeciv/Makefile
Ade Lovett f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00

35 lines
725 B
Makefile

# New ports collection makefile for: freeciv
# Date created: Jun 20 1997
# Whom: ada@bsd.org
#
# $FreeBSD$
#
PORTNAME= freeciv
PORTVERSION= 1.12.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \
ftp://ftp.netc.pt/pub/freeciv/stable/ \
ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/
MAINTAINER= adam-ports@blacktabby.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_XPM= yes
USE_BZIP2= yes
WANT_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if defined(HAVE_GTK)
USE_IMLIB= yes
.else
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
.endif
.include <bsd.port.post.mk>