in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
32 lines
826 B
Text
32 lines
826 B
Text
# $NetBSD: Makefile.common,v 1.39 2004/10/03 00:14:50 tv Exp $
|
|
|
|
DISTNAME= gdk-pixbuf-${VER}.0
|
|
CATEGORIES= graphics devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${VER}/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
VER= 0.22
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= path_rgb_txt="${X11BASE}/lib/X11/rgb.txt"
|
|
|
|
M4= ${LOCALBASE}/bin/gm4
|
|
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../gdk-pixbuf/distinfo
|
|
PATCHDIR= ${.CURDIR}/../gdk-pixbuf/patches
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|