diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 20:29:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 20:29:14 +0000 |
commit | c8ae9460dc15cb82f0767d329465d5521db93702 (patch) | |
tree | 8702df51ee17e338f1f6ed45fdaa19c725f49f0f /x11-toolkits/guile-gnome/Makefile | |
parent | d2298985ba1029925390d61f299fecbce229d816 (diff) | |
download | ports-c8ae9460dc15cb82f0767d329465d5521db93702.tar.gz ports-c8ae9460dc15cb82f0767d329465d5521db93702.zip |
Remove guile-gnome as it is obsolete, does not build with guile-1.8, and
nothing depends on it.
Notes
Notes:
svn path=/head/; revision=208346
Diffstat (limited to 'x11-toolkits/guile-gnome/Makefile')
-rw-r--r-- | x11-toolkits/guile-gnome/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile deleted file mode 100644 index edffbec5870e..000000000000 --- a/x11-toolkits/guile-gnome/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: guile-gnome -# Date created: 9th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/guile-gnome/Makefile,v 1.2 2007/07/30 21:23:18 mezz Exp $ - -PORTNAME= guile-gnome -PORTVERSION= 0.20 -PORTREVISION= 10 -CATEGORIES= x11-toolkits gnome scheme -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-guile/0.20 -DISTNAME= gnome-guile-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Guile binding library for GNOME - -LIB_DEPENDS= guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk - -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix bonobo gtkhtml libglade -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \ - --with-libglade --with-gdkpixbuf --with-ghttp -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig - -pre-build: - @${TOUCH} -f ${WRKSRC}/guile-gnome/gtkhtml/*.c - -.include <bsd.port.mk> |