freebsd-ports/graphics/libzmf/Makefile
Jan Beich 268cee3b02 devel/icu: update to 71.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
2022-04-07 00:39:10 +00:00

26 lines
681 B
Makefile

PORTNAME= libzmf
PORTVERSION= 0.0.2
PORTREVISION= 25
CATEGORIES= graphics
MASTER_SITES= LODEV
MAINTAINER= office@FreeBSD.org
COMMENT= Library that parses the file format of Zoner Callisto/Draw documents
LICENSE= MPL20
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
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>