From e041eaf406e3f85cfd1379c5e9dbcda987ddaa9a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 7 Oct 2014 09:47:55 +0000 Subject: Import libetonyek01 Ensure it doesn't conflicts with libetonyek --- graphics/libetonyek01/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 graphics/libetonyek01/Makefile (limited to 'graphics/libetonyek01/Makefile') diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile new file mode 100644 index 000000000000..a4b2cde2d658 --- /dev/null +++ b/graphics/libetonyek01/Makefile @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= libetonyek +PORTVERSION= 0.1.1 +CATEGORIES= graphics +MASTER_SITES= http://dev-www.libreoffice.org/src/ +PKGNAMESUFFIX= 01 + +MAINTAINER= office@FreeBSD.org +COMMENT= Library to interpret and import Apple Keynote presentations + +LICENSE= LGPL21 MPL +LICENSE_COMB= dual + +USES= gperf +LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ + librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ + libxml2.so:${PORTSDIR}/textproc/libxml2 + +OPTIONS_DEFINE= TEST + +CONFIGURE_ARGS= --disable-werror --without-docs +CPPFLAGS+= -I${LOCALBASE}/include + +GNU_CONFIGURE= yes +USES= gmake libtool pathfix pkgconfig tar:xz +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cppunit.pc:${PORTSDIR}/devel/cppunit +TEST_CONFIGURE_OFF= --disable-tests + +.include + +.if ${PORT_OPTIONS:MTEST} +post-build: + @cd ${WRKSRC}/src/test && ${MAKE_CMD} check +.endif + +.include -- cgit v1.2.3