aboutsummaryrefslogtreecommitdiff
path: root/devel/liborcus/Makefile
blob: a785f1936e5913963f1d54784c6b78949d0dfa24 (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
28
29
30
31
PORTNAME=	liborcus
PORTVERSION=	0.17.2
PORTREVISION=	2
CATEGORIES=	devel misc
MASTER_SITES=	https://kohei.us/files/orcus/src/

MAINTAINER=	office@FreeBSD.org
COMMENT=	Standalone file import filter library for spreadsheet documents
WWW=		https://gitlab.com/orcus/orcus

LICENSE=	MPL20

BUILD_DEPENDS=	mdds>0:devel/mdds
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
		libixion-0.17.so:textproc/libixion

USES=		autoreconf compiler:c++11-lib libtool localbase:ldflags \
		pathfix pkgconfig tar:xz

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

CONFIGURE_ARGS=	--disable-werror \
		--with-boost="${LOCALBASE}" \
		--with-boost-system=boost_system \
		--disable-python

PLIST_SUB=	VERSION=${PORTVERSION:R}

.include <bsd.port.mk>