2014-06-10 09:53:58 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libabw
|
2019-12-26 13:16:24 +00:00
|
|
|
PORTVERSION= 0.1.3
|
2014-06-10 09:53:58 +00:00
|
|
|
CATEGORIES= textproc
|
2016-02-25 21:05:53 +00:00
|
|
|
MASTER_SITES= LODEV/${PORTNAME}
|
2014-06-10 09:53:58 +00:00
|
|
|
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
|
|
COMMENT= Library providing ability to interpret Abiword documents
|
|
|
|
|
2017-11-04 11:43:35 +00:00
|
|
|
LICENSE= MPL20
|
2014-06-10 09:53:58 +00:00
|
|
|
|
2016-04-01 14:25:16 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
|
|
|
|
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
|
2014-06-10 09:53:58 +00:00
|
|
|
|
2019-12-26 13:16:24 +00:00
|
|
|
USES= compiler:c++11-lib gnome gperf libtool localbase pathfix perl5 pkgconfig \
|
2019-11-08 12:59:36 +00:00
|
|
|
tar:xz
|
2014-06-10 10:40:16 +00:00
|
|
|
USE_LDCONFIG= yes
|
2014-06-10 09:53:58 +00:00
|
|
|
USE_GNOME= libxml2
|
|
|
|
GNU_CONFIGURE= yes
|
2014-10-07 12:33:58 +00:00
|
|
|
USE_PERL5= build
|
2014-06-10 09:53:58 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
2019-12-26 13:16:24 +00:00
|
|
|
CONFIGURE_ARGS= --without-docs
|
2014-06-10 09:53:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|