aboutsummaryrefslogtreecommitdiff
path: root/graphics/libetonyek
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 09:47:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 09:47:55 +0000
commite041eaf406e3f85cfd1379c5e9dbcda987ddaa9a (patch)
treec5a31f31f80879f4d30bd42c7723913f5e9b1de2 /graphics/libetonyek
parenta32ac3883f64087535d85784178111ed3d7c0ce9 (diff)
downloadports-e041eaf406e3f85cfd1379c5e9dbcda987ddaa9a.tar.gz
ports-e041eaf406e3f85cfd1379c5e9dbcda987ddaa9a.zip
Notes
Diffstat (limited to 'graphics/libetonyek')
-rw-r--r--graphics/libetonyek/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/libetonyek/Makefile b/graphics/libetonyek/Makefile
index 9f8c1dae8f2c..7dafdbd23019 100644
--- a/graphics/libetonyek/Makefile
+++ b/graphics/libetonyek/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libetonyek
PORTVERSION= 0.0.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://dev-www.libreoffice.org/src/
@@ -11,24 +12,20 @@ COMMENT= Library to interpret and import Apple Keynote presentations
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
-BUILD_DEPENDS= gperf:${PORTSDIR}/devel/gperf
LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \
libxml2.so:${PORTSDIR}/textproc/libxml2
-OPTIONS_DEFINE= DOCS TEST
+OPTIONS_DEFINE= TEST
-CONFIGURE_ARGS= --disable-werror
+CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-USES= gmake libtool:keepla pathfix pkgconfig tar:xz
+USES= gmake gperf libtool:keepla pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
-PORTDOCS= *
-DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
-DOCS_CONFIGURE_OFF= --without-docs
TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cppunit.pc:${PORTSDIR}/devel/cppunit
TEST_CONFIGURE_OFF= --disable-tests
@@ -39,4 +36,7 @@ post-build:
@cd ${WRKSRC}/src/test && ${MAKE_CMD} check
.endif
+port-stage:
+ @${RM} -f ${STAGEDIR}${PREFIX}/bin/key*
+
.include <bsd.port.mk>