pkgsrc/converters/libzmf/Makefile
ryoon c6be81fa6b Import libzmf-0.0.1 as converters/libzmf.
libzmf is a library that parses the file format of Zoner Callisto/Draw
documents. Currently it only understands documents created by Zoner
Draw version 4 and 5.
2017-02-04 01:38:36 +00:00

29 lines
831 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/02/04 01:38:36 ryoon Exp $
DISTNAME= libzmf-0.0.1
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"