diff options
author | tron <tron@pkgsrc.org> | 2001-03-04 18:27:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-04 18:27:34 +0000 |
commit | 74fdb36d0a294aca6dd6f5a33e0f143a1f6c427c (patch) | |
tree | 196b4832265068518bb45aa5fabe725774326954 /graphics/gdk-pixbuf-gnome/Makefile | |
parent | 955ba0dbb6a154f5a9a22b5eddd0439d963fc290 (diff) | |
download | pkgsrc-74fdb36d0a294aca6dd6f5a33e0f143a1f6c427c.tar.gz |
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".
Diffstat (limited to 'graphics/gdk-pixbuf-gnome/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf-gnome/Makefile | 21 |
1 files changed, 13 insertions, 8 deletions
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" |