dd9feaa57f
http://ftp.acc.umu.se/pub/gnome/sources/gexiv2/0.11/gexiv2-0.11.0.news http://ftp.acc.umu.se/pub/gnome/sources/gexiv2/0.12/gexiv2-0.12.0.news This includes/obsoletes our patches. The vala api of gexiv2 changed, this needed to be reflected in graphics/shotwell (no other port seems to use the vala interface).
38 lines
867 B
Makefile
38 lines
867 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gexiv2
|
|
PORTVERSION= 0.12.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= cmt@FreeBSD.org
|
|
COMMENT= GObject-based wrapper around Exiv2 library
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= gm4:devel/m4 \
|
|
vala>=0:lang/vala
|
|
LIB_DEPENDS= libexiv2.so:graphics/exiv2
|
|
|
|
USES= compiler:c++11-lang gnome libtool:build meson pathfix \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= glib20 introspection:build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_SUB= yes
|
|
DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
|
|
DOCS_CONFIGURE_ON= -Dgtk_doc=true
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
pre-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgexiv2.so
|
|
${RM} -r ${STAGEDIR}${PREFIX}/lib/python*
|
|
|
|
.include <bsd.port.mk>
|