2002-03-15 01:46:02 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.21 2002/03/15 00:46:02 fredb Exp $
|
2000-11-29 18:24:52 +01:00
|
|
|
#
|
|
|
|
|
2001-09-30 23:17:58 +02:00
|
|
|
DISTNAME= gdk-pixbuf-0.11.0
|
2000-11-29 18:24:52 +01:00
|
|
|
CATEGORIES= graphics devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
|
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
|
2001-08-26 12:32:18 +02:00
|
|
|
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
|
2000-11-29 18:24:52 +01:00
|
|
|
|
|
|
|
USE_GMAKE= # defined
|
|
|
|
USE_X11BASE= # defined
|
|
|
|
USE_LIBTOOL= # defined
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
|
|
|
|
GNU_CONFIGURE= # defined
|
2002-02-27 07:41:05 +01:00
|
|
|
CONFIGURE_ENV+= path_rgb_txt="${X11BASE}/lib/X11/rgb.txt"
|
2001-06-16 21:51:51 +02:00
|
|
|
|
2001-03-04 19:27:34 +01:00
|
|
|
M4= ${LOCALBASE}/bin/gm4
|
2000-11-29 18:24:52 +01:00
|
|
|
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
|
|
|
|
|
2001-08-17 00:19:08 +02:00
|
|
|
DISTINFO_FILE= ${.CURDIR}/../gdk-pixbuf/distinfo
|
2000-11-29 18:24:52 +01:00
|
|
|
PATCHDIR= ${.CURDIR}/../gdk-pixbuf/patches
|
|
|
|
|
|
|
|
pre-configure:
|
2002-02-27 07:41:05 +01:00
|
|
|
cd ${WRKSRC}; \
|
2002-02-27 08:13:16 +01:00
|
|
|
${LOCALBASE}/bin/aclocal; \
|
|
|
|
${LOCALBASE}/bin/autoheader; \
|
|
|
|
${LOCALBASE}/bin/automake -a --foreign -i; \
|
2002-02-27 07:41:05 +01:00
|
|
|
${LOCALBASE}/bin/autoconf
|
2001-06-29 06:54:49 +02:00
|
|
|
|
|
|
|
.include "../../graphics/jpeg/buildlink.mk"
|
|
|
|
.include "../../graphics/png/buildlink.mk"
|
|
|
|
.include "../../graphics/tiff/buildlink.mk"
|
|
|
|
.include "../../x11/gtk/buildlink.mk"
|