freebsd-ports/x11-fm/sushi/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

47 lines
1.2 KiB
Makefile

# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= sushi
PORTVERSION= 3.28.3
PORTREVISION= 2
CATEGORIES= x11-fm gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Tool similar to Gloobus Preview that provides quick file previews
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgcr-3.so:security/gcr \
libgjs.so:lang/gjs \
libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
libclutter-gst-3.0.so:multimedia/clutter-gst3 \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libmusicbrainz5.so:audio/libmusicbrainz5 \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \
libclutter-1.0.so:graphics/clutter \
libjson-glib-1.0.so:devel/json-glib \
libcogl.so:graphics/cogl \
libsoup-2.4.so:devel/libsoup \
libevdocument3.so:graphics/evince
RUN_DEPENDS= nautilus:x11-fm/nautilus
PORTSCOUT= limitw:1,even
USES= compiler:c11 gettext gmake gnome libtool localbase pathfix \
pkgconfig tar:xz
USE_CSTD= c11
INSTALLS_ICONS= yes
USE_GNOME= cairo gnomeprefix gtksourceview3 intlhack introspection
USE_GL= egl
USE_GSTREAMER1= yes
USE_LDCONFIG= yes
USE_XORG= x11 xcomposite xdamage xext xi xfixes xrandr
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>