1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/textproc/libstaroffice/Makefile
Mark Linimon 4ba19e7015 Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-06-02 15:49:34 +00:00

29 lines
671 B
Makefile

# $FreeBSD$
PORTNAME= libstaroffice
PORTVERSION= 0.0.3
CATEGORIES= textproc
MASTER_SITES= LODEV
MASTER_SITE_SUBDIR= #
MAINTAINER= office@FreeBSD.org
COMMENT= Library to build a filter for old StarOffice's documents
LICENSE= LGPL21+ MPL
LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
BROKEN_powerpc64= fails to configure: Could not find Boost implementation of shared_ptr
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= libtool pathfix pkgconfig tar:xz
CONFIGURE_ARGS= --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>