pkgsrc/graphics/gdk-pixbuf2/Makefile
drochner 042a8cc69b update to 2.24.0
This switches to the latest stable branch.
2011-08-30 22:34:13 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2011/08/30 22:34:13 drochner Exp $
#
DISTNAME= gdk-pixbuf-2.24.0
PKGNAME= gdk-pixbuf2-2.24.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/2.24/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.gnome.org/
COMMENT= Image loaders for gtk2
LICENSE= gnu-gpl-v2
CONFLICTS+= gtk2+<2.22
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in
PKGCONFIG_OVERRIDE+= gdk-pixbuf-2.0.pc.in
_BUILDING_GTK2= yes
.include "loaders.mk"
# We remove the loader database during post-install since we create it
# anew in the +INSTALL script as part of the POST-INSTALL action.
#
post-install:
${RM} -f ${DESTDIR}${GDK_PIXBUF_LOADERS_DB}
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"