aboutsummaryrefslogtreecommitdiffstats
path: root/lang/libjit
ModeNameSize
-rw-r--r--Makefile1070logstatsplainblame
-rw-r--r--distinfo133logstatsplainblame
-rw-r--r--pkg-descr726logstatsplainblame
-rw-r--r--pkg-plist892logstatsplainblame
ebsd-ports-gnome/stats/devel/liborcus/Makefile'>stats
path: root/devel/liborcus/Makefile
blob: e99cfa05b8c03fa7f4fea8b49b0d8f2bfd33c188 (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
# $FreeBSD$

PORTNAME=   liborcus
PORTVERSION=    0.12.1
PORTREVISION=   2
CATEGORIES= devel misc
MASTER_SITES=   http://kohei.us/files/orcus/src/

MAINTAINER= office@FreeBSD.org
COMMENT=    Standalone file import filter library for spreadsheet documents

LICENSE=    MIT

BUILD_DEPENDS=  ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds
LIB_DEPENDS=    libboost_system.so:devel/boost-libs

GNU_CONFIGURE=  yes
USES=       compiler:c++11-lib libtool pathfix pkgconfig tar:xz
USE_LDCONFIG=   yes
INSTALL_TARGET= install-strip

CONFIGURE_ARGS= --disable-spreadsheet-model --disable-werror \
        --with-boost="${LOCALBASE}" \
        --with-boost-system=boost_system \
        --disable-python
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>