mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
9b21a3a084
Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
28 lines
619 B
Makefile
28 lines
619 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libstaroffice
|
|
PORTVERSION= 0.0.6
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --without-docs
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|