freebsd-ports/deskutils/gnome-photos/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

52 lines
1.3 KiB
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= gnome-photos
PORTVERSION= 3.28.1
PORTREVISION= 3
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Photo application for GNOME 3
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= geoclue>=0:net/geoclue \
itstool:textproc/itstool
LIB_DEPENDS= libexempi.so:textproc/exempi \
libfribidi.so:converters/fribidi \
libgfbgraph-0.2.so:net/gfbgraph \
libgegl-0.4.so:graphics/gegl \
libgrilo-0.3.so:net/grilo \
libexiv2.so:graphics/exiv2 \
libgexiv2.so:graphics/gexiv2 \
libtracker-control-2.0.so:sysutils/tracker \
libgeocode-glib.so:net/geocode-glib \
libgjs.so:lang/gjs \
libbabl-0.1.so:x11/babl \
librest-0.7.so:devel/librest \
libsoup-2.4.so:devel/libsoup \
libjson-glib-1.0.so:devel/json-glib \
libgoa-1.0.so:net/gnome-online-accounts \
libdazzle-1.0.so:x11-toolkits/libdazzle \
libpng.so:graphics/png \
libgdata.so:devel/libgdata
RUN_DEPENDS= geoclue>=0:net/geoclue
PORTSCOUT= limitw:1,even
USES= compiler:c11 gettext gmake gnome jpeg libtool \
localbase pathfix pkgconfig tar:xz
USE_GNOME= cairo gnomedesktop3 gtk30 libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.photos.gschema.xml
.include <bsd.port.mk>