98eb11b2f0
Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
31 lines
837 B
Makefile
31 lines
837 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= liborcus
|
|
PORTVERSION= 0.12.1
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
BROKEN_powerpc64= fails to configure: checking for the Boost program_options library... no
|
|
|
|
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>
|