aboutsummaryrefslogtreecommitdiff
path: root/graphics/gexiv2/Makefile
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-11-23 20:10:23 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-11-23 20:10:23 +0000
commit46dd499bc067a65272f1882f638dea660f0dca91 (patch)
tree2d45b3319afa8e577d61f273496d1407a7ddc5ff /graphics/gexiv2/Makefile
parentbce434d4f5299dcfdc39ff40381bb6f3860ca923 (diff)
downloadports-46dd499bc067a65272f1882f638dea660f0dca91.tar.gz
ports-46dd499bc067a65272f1882f638dea660f0dca91.zip
graphics/gexiv2: update to 0.10.9
- optionify DOCS - upstream switched to meson build system Changelog: https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.9.news
Notes
Notes: svn path=/head/; revision=485702
Diffstat (limited to 'graphics/gexiv2/Makefile')
-rw-r--r--graphics/gexiv2/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile
index e0d3a975050d..a4ec6153bd2b 100644
--- a/graphics/gexiv2/Makefile
+++ b/graphics/gexiv2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gexiv2
-PORTVERSION= 0.10.8
-PORTREVISION= 1
+PORTVERSION= 0.10.9
CATEGORIES= graphics
MASTER_SITES= GNOME
@@ -17,14 +16,17 @@ BUILD_DEPENDS= gm4:devel/m4 \
vala>=0:lang/vala
LIB_DEPENDS= libexiv2.so:graphics/exiv2
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-introspection=yes \
- --enable-vala=yes
-USES= compiler:c++11-lang gmake gnome libtool:build pathfix \
+USES= compiler:c++11-lang gnome libtool:build meson pathfix \
pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
-MAKE_ARGS= REQUIRED_CFLAGS="" ENABLE_INTROSPECTION=1
+
+OPTIONS_DEFINE= DOCS
+OPTIONS_SUB= yes
+DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
+DOCS_CONFIGURE_ON= -Denable-gtk-doc=true
+
+.include <bsd.port.options.mk>
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi