From 74fdb36d0a294aca6dd6f5a33e0f143a1f6c427c Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 4 Mar 2001 18:27:34 +0000 Subject: Move documentation from "gdk-pixbuf" to "gdk-pixbuf-gnome" package because the documentation is part of the GNOME documentation. Bump version number of both packages to "0.9.0nb2". --- graphics/gdk-pixbuf-gnome/Makefile | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'graphics/gdk-pixbuf-gnome/Makefile') diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile index fb7288e42f1..8796c020909 100644 --- a/graphics/gdk-pixbuf-gnome/Makefile +++ b/graphics/gdk-pixbuf-gnome/Makefile @@ -1,21 +1,26 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:20 wiz Exp $ -# +# $NetBSD: Makefile,v 1.4 2001/03/04 18:27:35 tron Exp $ + .include "../gdk-pixbuf/Makefile.common" -PKGNAME= ${DISTNAME:S/-0/-gnome-0/}nb1 +PKGNAME= ${DISTNAME:S/-0/-gnome-0/}nb2 COMMENT= the GNOME image loading library GNOME canvas support add-on DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs -DEPENDS+= gdk-pixbuf>=0.9.0nb1:../../graphics/gdk-pixbuf +DEPENDS+= gdk-pixbuf>=0.9.0nb2:../../graphics/gdk-pixbuf + +CONFLICTS+= gdk-pixbuf<0.9.0nb2 do-install: ${INSTALL_DATA} ${WRKSRC}/gdk-pixbuf/gnome-canvas-pixbuf.h \ - ${PREFIX}/include/gdk-pixbuf + ${PREFIX}/include/gdk-pixbuf ${INSTALL_DATA} ${WRKSRC}/gnomecanvaspixbufConf.sh \ - ${PREFIX}/lib + ${PREFIX}/lib cd ${WRKSRC}/gdk-pixbuf && \ - ${SH} ../libtool --mode=install ${INSTALL_DATA} \ - libgnomecanvaspixbuf.la ${PREFIX}/lib + ${SH} ../libtool --mode=install ${INSTALL_DATA} \ + libgnomecanvaspixbuf.la ${PREFIX}/lib + cd ${WRKSRC}/doc && \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} \ + ${INSTALL_TARGET} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3