2bf24dc4b2
Andreas: * Fix conversion specifiers. [#703064] Jean: * Allow the huge libxml parser mode so that gnumeric can load large images. [#705100] Morten: * Fix problem with bogus metadata. [#703952] * Avoid interaction problems between Werror and system headers. --------------------------------------------------------------------------
26 lines
746 B
Makefile
26 lines
746 B
Makefile
# $NetBSD: Makefile,v 1.84 2013/08/11 20:19:58 richard Exp $
|
|
#
|
|
|
|
DISTNAME= libgsf-1.14.28
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgsf/1.14/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME2 structured file library
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
PKGCONFIG_OVERRIDE= libgsf-1.pc.in
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|