pkgsrc/graphics/gdk-pixbuf/Makefile.common

35 lines
966 B
Makefile
Raw Normal View History

# $NetBSD: Makefile.common,v 1.9 2001/06/15 08:30:44 jlam Exp $
#
DISTNAME= gdk-pixbuf-0.10.1
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+= automake-1.4:../../devel/automake
DEPENDS+= gtk+>=1.2.8:../../x11/gtk
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
.include "../../graphics/tiff/buildlink.mk"
USE_GMAKE= # defined
USE_X11BASE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
M4= ${LOCALBASE}/bin/gm4
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
FILESDIR= ${.CURDIR}/../gdk-pixbuf/files
PATCHDIR= ${.CURDIR}/../gdk-pixbuf/patches
pre-configure:
cd ${WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/autoconf && \
${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/automake