pkgsrc/converters/libwpd/Makefile
ryoon 7b5435fcec Update to 0.10.1
Changelog:
0.10.0 - 0.10.1
- Fix crash when NULL is passed as input stream.
- Use symbol visibility on Linux. The library only exports public functions
  now.
- Avoid infinite loop. (libwpd#3)
- Remove bashism. (libwpd#5)
- Fix various crashes and hangs when reading broken files found with the
  help of american-fuzzy-lop.
- Make --help output of all command line tools more help2man-friendly.
- Miscellaneous fixes and cleanups.
2016-03-08 18:58:05 +00:00

32 lines
918 B
Makefile

# $NetBSD: Makefile,v 1.36 2016/03/08 18:58:05 ryoon Exp $
DISTNAME= libwpd-0.10.1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpd/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= http://libwpd.sourceforge.net/
COMMENT= Library for importing and exporting WordPerfect(tm) documents
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-docs
PKGCONFIG_OVERRIDE+= libwpd.pc.in
.include "../../devel/zlib/buildlink3.mk"
.include "../../converters/librevenge/buildlink3.mk"
# Include all buildlink3.mk before compiler.mk, as the buildlink dependencies
# may alter the compiler selection.
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field
CWRAPPERS_APPEND.cxx+= -Wno-unused-private-field
.endif
.include "../../mk/bsd.pkg.mk"