freebsd-ports/devel/liborcus07/Makefile
Mark Linimon bd0822160f Mark as broken on sparc64: these ports fail to link with boost.
Approved by:	portmgr (sparc64 blanket)
2015-09-25 22:00:40 +00:00

34 lines
878 B
Makefile

# $FreeBSD$
PORTNAME= liborcus
PORTVERSION= 0.7.1
CATEGORIES= devel misc
MASTER_SITES= http://kohei.us/files/orcus/src/
PKGNAMESUFFIX= 07
MAINTAINER= office@FreeBSD.org
COMMENT= Standalone file import filter library for spreadsheet documents
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:${PORTSDIR}/devel/mdds
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs
BROKEN_sparc64= cannot link with boost
GNU_CONFIGURE= yes
USES= gmake 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
CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-stage:
@${RM} -f ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>