libabw 0.1.1 - Use symbol visibility on Linux. The library only exports the two public functions now. - Handle text language. - Honor global setting of writing mode. - Handle basic document metadata. - Handle headings. - Fix the loss of text formatting attributes that would happen in certain cases. - Several other smaller changes and improvements.
31 lines
822 B
Makefile
31 lines
822 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/12/30 14:35:46 wiz Exp $
|
|
|
|
DISTNAME= libabw-0.1.1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://dev-www.libreoffice.org/src/
|
|
COMMENT= Library for AbiWord documents
|
|
LICENSE= mpl-2.0
|
|
|
|
TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= perl:build pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --without-docs
|
|
|
|
PKGCONFIG_OVERRIDE+= libabw.pc.in
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
.include "../../converters/libwpd/buildlink3.mk"
|
|
.include "../../converters/librevenge/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|