diff options
author | steve <steve@FreeBSD.org> | 1999-05-30 03:36:55 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-30 03:36:55 +0000 |
commit | ea2aa638f154d93d6de596dcd37078a812300185 (patch) | |
tree | 668aa45fcf6d5dcc7be463c93ee6aa927f24a98f /devel | |
parent | 6fbfb93d2d89c070d24eda80ec1e149c50640577 (diff) | |
download | FreeBSD-ports-ea2aa638f154d93d6de596dcd37078a812300185.zip FreeBSD-ports-ea2aa638f154d93d6de596dcd37078a812300185.tar.gz |
Use new version of gnomelibs.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gide/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile index 126c43f..2c990cd 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -3,27 +3,31 @@ # Date created: 29 Jul 1998 # Whom: rom # -# $Id: Makefile,v 1.20 1999/02/22 02:49:33 steve Exp $ +# $Id: Makefile,v 1.21 1999/04/23 18:06:21 mharo Exp $ # DISTNAME= gIDE-0.0.14 PKGNAME= gide-0.0.14 -CATEGORIES= devel +CATEGORIES= devel gnome MASTER_SITES= http://gide.pn.org/ MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnomeui.2:${PORTSDIR}/x11/gnomelibs \ guile.4:${PORTSDIR}/lang/guile +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + FETCH_BEFORE_ARGS= -b USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ - GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${PREFIX} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN1= gide.1 |