diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:38:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:38:10 +0000 |
commit | a16020ed4ce2442d7dab3d1af9709862dc7f802f (patch) | |
tree | ea02219fede1d2af3fb3261e82986c257d6fe83a /games/freeciv-gtk2/Makefile | |
parent | 1a50c40bab058ce912552433692e84e72f391b4b (diff) |
Notes
Diffstat (limited to 'games/freeciv-gtk2/Makefile')
-rw-r--r-- | games/freeciv-gtk2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index e570f1eb792e..60806182d5db 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/Makefile @@ -7,27 +7,29 @@ PORTNAME= freeciv PORTVERSION= 1.12.0 +PORTREVISION= 1 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= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.1:${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(WITH_GTK) +.if defined(HAVE_GTK) USE_IMLIB= yes .else -CONFIGURE_ARGS= --disable-gtktest +LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d .endif .include <bsd.port.post.mk> |