1PORTNAME= libabw 2PORTVERSION= 0.1.3 3PORTREVISION= 4 4CATEGORIES= textproc 5MASTER_SITES= LODEV/${PORTNAME} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Library providing ability to interpret Abiword documents 9WWW= https://wiki.documentfoundation.org/DLP/Libraries/libabw 10 11LICENSE= MPL20 12 13BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs 14LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge 15 16USES= compiler:c++11-lib gnome gperf libtool localbase pathfix perl5 pkgconfig \ 17 tar:xz 18USE_LDCONFIG= yes 19USE_GNOME= libxml2 20GNU_CONFIGURE= yes 21USE_PERL5= build 22INSTALL_TARGET= install-strip 23 24CONFIGURE_ARGS= --without-docs 25 26.include <bsd.port.mk> 27