summaryrefslogtreecommitdiff
path: root/graphics/gimp-helpbrowser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-helpbrowser/Makefile')
-rw-r--r--graphics/gimp-helpbrowser/Makefile62
1 files changed, 0 insertions, 62 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"