diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 20:01:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 20:01:53 +0000 |
commit | 2d8ddc7ed6d1e620f76309625fb2d786373ff666 (patch) | |
tree | 6441dfb8a318b2ba730229e56b289b3b989fa861 /devel/gide/Makefile | |
parent | 77eb0b59c2f83416c27bd3adc9e3154c61d0d60a (diff) |
Notes
Diffstat (limited to 'devel/gide/Makefile')
-rw-r--r-- | devel/gide/Makefile | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile index d4b6724fc87d..8f6298224c99 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -1,26 +1,27 @@ -# New ports collection makefile for: gIDE -# Version required: 0.0.12 -# Date created: 29 Jul 1998 -# Whom: rom +# New ports collection makefile for: gIDE +# Version required: 0.0.14 +# Date created: 29 Jul 1998 +# Whom: rom # -# $Id: Makefile,v 1.16 1998/11/13 04:10:42 asami Exp $ +# $Id: Makefile,v 1.17 1998/11/16 17:23:05 vanilla Exp $ # -DISTNAME= gIDE-0.0.12 -PKGNAME= gide-0.0.12 -CATEGORIES= devel -MASTER_SITES= http://gide.pn.org/ +DISTNAME= gIDE-0.0.14 +PKGNAME= gide-0.0.14 +CATEGORIES= devel +MASTER_SITES= http://gide.pn.org/ MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 -# guile.4:${PORTSDIR}/lang/guile +LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs \ + guile.4:${PORTSDIR}/lang/guile USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ - GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ + GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ LIBS="-L${LOCALBASE}/lib" MAN1= gide.1 |