2017-05-17 21:03:28 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libzmf
|
2017-09-20 00:04:47 +00:00
|
|
|
PORTVERSION= 0.0.2
|
2018-06-29 14:22:11 +00:00
|
|
|
PORTREVISION= 8
|
2017-05-17 21:03:28 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= LODEV
|
|
|
|
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
|
|
COMMENT= Library that parses the file format of Zoner Callisto/Draw documents
|
|
|
|
|
2017-09-20 00:04:47 +00:00
|
|
|
LICENSE= MPL20
|
2017-05-17 21:03:28 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs
|
|
|
|
LIB_DEPENDS= libicui18n.so:devel/icu \
|
|
|
|
libpng.so:graphics/png \
|
|
|
|
librevenge-0.0.so:textproc/librevenge
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
|
2017-09-20 00:04:47 +00:00
|
|
|
USE_LDCONFIG= yes
|
2017-05-17 21:03:28 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|