a8aa582529
-------------------------------------------------------------------------- libgsf 1.14.30 Juhani Numminen: * Activate translations for gsf. [#725409] Morten: * Fix invalid g_free for Windows. * Work around glib/gio bug. [#724970] -------------------------------------------------------------------------- libgsf 1.14.29 Allin Cottrell: * Fix problem with GsfOutfileStdio. [#706219] Morten: * Fix translation issue and leak. [#706937] * Fix fuzzed ods file crash. [#720458] --------------------------------------------------------------------------
26 lines
761 B
Makefile
26 lines
761 B
Makefile
# $NetBSD: Makefile,v 1.85 2014/08/23 20:40:38 prlw1 Exp $
|
|
#
|
|
|
|
DISTNAME= libgsf-1.14.30
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgsf/${PKGVERSION_NOREV:R}/}
|
|
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"
|