pkgsrc/textproc/libodfgen/Makefile
ryoon e925ae38b7 Update to 0.1.6
Changelog:
libodfgen 0.1.6
- All:
    + Support hatching fills.
    + Handle visibility and printability of objects.
    + Compute print orientation from page dimensions.
    + Allow to specify list label font and font size.
- Drawing/Presentation:
    + Handle fill properties in openPage(), allowing to set page
      background.
- Spreadsheet:
    + Correctly emit merged cells.
    + Allow graphics anchored to a sheet cell.
    + Handle repeated rows/columns, specified by properties
      table:number-rows-repeated and table:number-columns-repeated.
    + Add matrix operators ({, } and |).
    + Handle more cell attributes.
    + Increase precision of generated numbers.
- Text:
    + Allow to set header/footer style.
- Other improvements and fixes.
2016-08-15 18:52:10 +00:00

33 lines
938 B
Makefile

# $NetBSD: Makefile,v 1.10 2016/08/15 18:52:10 ryoon Exp $
DISTNAME= libodfgen-0.1.6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpd/libodfgen/libodfgen-${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= http://libwpd.sourceforge.net/
COMMENT= Library to generate ODF documents through libwpd and libwps
LICENSE= mpl-2.0 OR gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --without-docs
PKGCONFIG_OVERRIDE+= libodfgen.pc.in
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CONFIGURE_ARGS+= --with-sharedptr=c++11
.else
CONFIGURE_ARGS+= --with-sharedptr=tr1
.endif
.include "../../converters/libetonyek/buildlink3.mk"
.include "../../converters/librevenge/buildlink3.mk"
.include "../../converters/libwpd/buildlink3.mk"
.include "../../converters/libwpg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"