aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libabw/Makefile
blob: ddaf489a3ae23c2f0f6a1c3970181e46ec19c5e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=   libabw
PORTVERSION=    0.1.2
PORTREVISION=   9
CATEGORIES= textproc
MASTER_SITES=   LODEV/${PORTNAME}

MAINTAINER= office@FreeBSD.org
COMMENT=    Library providing ability to interpret Abiword documents

LICENSE=    MPL20

BUILD_DEPENDS=  ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs
LIB_DEPENDS=    librevenge-0.0.so:textproc/librevenge

USES=       compiler:c++11-lib gperf perl5 libtool pathfix pkgconfig tar:xz
USE_LDCONFIG=   yes
USE_GNOME=  libxml2
GNU_CONFIGURE=  yes
USE_PERL5=  build
INSTALL_TARGET= install-strip

CONFIGURE_ARGS= -disable-werror --without-docs
CPPFLAGS+=  -I${LOCALBASE}/include

.include <bsd.port.mk>