97520e4e0c
libzmf-0.0.2 - Allow build with boost older than 1.56. - Require C++11 for build. - Fix various issues found by oss-fuzz. - Minor code cleanups.
29 lines
829 B
Makefile
29 lines
829 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/10/02 15:09:01 wiz Exp $
|
|
|
|
DISTNAME= libzmf-0.0.2
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://dev-www.libreoffice.org/src/libzmf/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://dev-www.libreoffice.org/src/libzmf/
|
|
COMMENT= Library to parse Zoner Callisto/Draw documents
|
|
LICENSE= mpl-2.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --without-docs
|
|
CONFIGURE_ARGS+= --disable-werror
|
|
|
|
PKGCONFIG_OVERRIDE+= libzmf.pc.in
|
|
|
|
.include "../../converters/librevenge/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/cppunit/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|