freebsd-ports/graphics/libetonyek01/Makefile
Jung-uk Kim b49eb6f35e - Update to 1.1.0.
- Copy the previous port to devel/mdds0.
2016-04-14 17:48:51 +00:00

46 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= libetonyek
PORTVERSION= 0.1.3
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
PKGNAMESUFFIX= 01
MAINTAINER= office@FreeBSD.org
COMMENT= Library to interpret and import Apple Keynote presentations
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:devel/mdds0 \
${LOCALBASE}/include/glm/glm.hpp:math/glm
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
librevenge-0.0.so:textproc/librevenge \
libxml2.so:textproc/libxml2
OPTIONS_DEFINE= TEST
CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cppunit.pc:devel/cppunit
TEST_CONFIGURE_OFF= --disable-tests
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libetonyek.pc.in
.if ${PORT_OPTIONS:MTEST}
post-build:
@cd ${WRKSRC}/src/test && ${MAKE_CMD} check
.endif
.include <bsd.port.mk>