mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0b055d47f2
- Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
30 lines
747 B
Makefile
30 lines
747 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= liborcus
|
|
PORTVERSION= 0.13.4
|
|
PORTREVISION= 3
|
|
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= MPL20
|
|
|
|
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>
|