mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
41f1ee7efc
This is in preparation of the upcoming libreoffice 6.2.2
35 lines
860 B
Makefile
35 lines
860 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libetonyek
|
|
PORTVERSION= 0.1.9
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= LODEV/${PORTNAME}
|
|
PKGNAMESUFFIX= 01
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Library to interpret and import Apple Keynote presentations
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.4/mdds/global.hpp:devel/mdds \
|
|
${LOCALBASE}/include/glm/glm.hpp:math/glm
|
|
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
|
librevenge-0.0.so:textproc/librevenge \
|
|
liblangtag.so:devel/liblangtag \
|
|
libxml2.so:textproc/libxml2
|
|
|
|
USES= compiler:c++11-lib gmake libtool pathfix \
|
|
pkgconfig tar:xz
|
|
|
|
CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs --with-mdds=1.4
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|