freebsd-ports/deskutils/gnome-documents/Makefile
Gerald Pfeifer 09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00

44 lines
1.2 KiB
Makefile

# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= gnome-documents
PORTVERSION= 3.24.2
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Document manager application designed to work with GNOME 3
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool \
docbook-xsl>=0:textproc/docbook-xsl
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libevview3.so:graphics/evince \
libgdata.so:devel/libgdata \
libgoa-1.0.so:net/gnome-online-accounts \
libgjs.so:lang/gjs \
libtracker-sparql-1.0.so:sysutils/tracker \
libgepub.so:textproc/libgepub \
libzapojit-0.0.so:net/libzapojit
RUN_DEPENDS= gnome-online-miners>=0:net/gnome-online-miners
PORTSCOUT= limitw:1,even
USES= compiler:c++11-lib gettext gmake gnome libtool localbase \
pathfix pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 intltool introspection librsvg2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.Documents.enums.xml \
org.gnome.books.gschema.xml \
org.gnome.documents.gschema.xml
.include <bsd.port.mk>