diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:36:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:36:55 +0000 |
commit | dd51d51a595bd4c333d93f53e545993aba4f2129 (patch) | |
tree | 38d5f1fc1e09b381e89c43284c1f0c037f1db1c4 /devel/gide | |
parent | bca1223fe41afde36dfaece9bf54ada67a4d863c (diff) |
Notes
Diffstat (limited to 'devel/gide')
-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 126c43fb1028..2c990cda94ff 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 |