diff options
author | tron <tron@pkgsrc.org> | 2000-11-28 22:50:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-28 22:50:46 +0000 |
commit | 4db4da17a00dc89ef70c728d3c50067388a41dcc (patch) | |
tree | 9e98d6dbda6a2a29abfa1b7e8b5b8af62a316f08 | |
parent | 3f408318ba570c771b1d1fbe2e08e0432fdbbfdd (diff) | |
download | pkgsrc-4db4da17a00dc89ef70c728d3c50067388a41dcc.tar.gz |
Remove obsolete "gimp-helpbrowser" package. The plug-in is now installed
with the "gimp-current" package.
-rw-r--r-- | graphics/gimp-helpbrowser/Makefile | 62 | ||||
-rw-r--r-- | graphics/gimp-helpbrowser/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/gimp-helpbrowser/pkg/DESCR | 4 | ||||
-rw-r--r-- | graphics/gimp-helpbrowser/pkg/PLIST | 2 |
4 files changed, 0 insertions, 69 deletions
diff --git a/graphics/gimp-helpbrowser/Makefile b/graphics/gimp-helpbrowser/Makefile deleted file mode 100644 index 12285a196e0..00000000000 --- a/graphics/gimp-helpbrowser/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2000/08/14 18:44:12 wiz Exp $ - -DISTNAME= gimp-1.1.24 -PKGNAME= ${DISTNAME:S/-/-helpbrowser-/} -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.24/ \ - ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/gimp/unstable/v1.1.24/ \ - ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/unstable/v1.1.24/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.gimp.org/ - -DEPENDS+= ${DISTNAME}:../../graphics/gimp-current -DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs - -USE_X11BASE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes - -EVAL_PREFIX+= GTKDIR=gtk+ GNOMEDIR=gnome-libs IGIMPDIR=gimp -CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" \ - --disable-perl \ - --disable-python -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" INTLLIBS="-lintl" \ - GNOME_CONFIG=${GNOME_CONFIG} - -GIMPDIR= ${PKGSRCDIR}/graphics/gimp-current -FILESDIR= ${GIMPDIR}/files -PATCHDIR= ${GIMPDIR}/patches - -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -GNOME_CONFIG= ${GNOMEDIR}/bin/gnome-config -GIMP_CONFIG= ${IGIMPDIR}/bin/gimp-config -PLIST_SUBST+= LOCALBASE=${LOCALBASE} - -.include "../../mk/bsd.prefs.mk" - -.if (${OBJECT_FMT} == ELF) -LDFLAGS+= -Wl,-E -.endif - -SRCS= helpbrowser.c queue.c - -do-build: -.for SRC in ${SRCS} - cd ${WRKSRC}/plug-ins/helpbrowser && \ - ${CC} ${CFLAGS} ${CPPFLAGS} `${GNOME_CONFIG} --cflags gtkxmhtml gtk glib` \ - `${GIMP_CONFIG} --cflags` -I../.. -c ${SRC} -.endfor - cd ${WRKSRC}/plug-ins/helpbrowser && \ - ${CC} ${SRCS:S/.c/.o/} ${LDFLAGS} \ - `${GNOME_CONFIG} --libs gtkxmhtml gtk glib` `${GIMP_CONFIG} --libs` \ - -o helpbrowser - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/plug-ins/helpbrowser/helpbrowser \ - ${PREFIX}/lib/gimp/1.1/plug-ins - -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gimp-helpbrowser/pkg/COMMENT b/graphics/gimp-helpbrowser/pkg/COMMENT deleted file mode 100644 index 330be2559f5..00000000000 --- a/graphics/gimp-helpbrowser/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Help file browser for the GNU Image Manipulation Program diff --git a/graphics/gimp-helpbrowser/pkg/DESCR b/graphics/gimp-helpbrowser/pkg/DESCR deleted file mode 100644 index e8b8ac36212..00000000000 --- a/graphics/gimp-helpbrowser/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -XML based help file browser for the GNU Image Manipulation Program. - -Because this optional plugin requires several additional libraries -it has been moved to a seperate package. diff --git a/graphics/gimp-helpbrowser/pkg/PLIST b/graphics/gimp-helpbrowser/pkg/PLIST deleted file mode 100644 index 71c3ae8dcba..00000000000 --- a/graphics/gimp-helpbrowser/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/14 19:06:30 tron Exp $ -lib/gimp/1.1/plug-ins/helpbrowser |