aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libstaroffice/Makefile
blob: d3ce7059a44f7e6da01c61b76087763e237ec6fa (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=   libstaroffice
PORTVERSION=    0.0.4
PORTREVISION=   2
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+ MPL20
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>