6e87cabc46
goffice 0.10.3: Jean: * Implement color scales. [#695829] * Allow color scales to have titles. [#688595] * Allow regression equation frame to rotate with text. [#701546] * New matrix plots. [#657918][#680806] * Set a minimal size for the graph property box. [#699473] * Fix crash when loading an invalid graph with a custom theme. [#702887] Morten: * Fix issue with librsvg includes. [#695167] * Make linear regression handle the case where the input columns are not independent. [#551457] * Install the unknown_image icon from Gnumeric. [#700742]
33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2013/07/04 14:11:28 wiz Exp $
|
|
|
|
DISTNAME= goffice-0.10.3
|
|
PKGNAME= ${DISTNAME:S/goffice/goffice0.10/}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Library of document-centric objects and utilities
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libgsf/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.pango+= pango>=1.8.1
|
|
.include "../../devel/pango/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
|
.include "../../graphics/librsvg/buildlink3.mk"
|
|
.include "../../graphics/lasem/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|