PORTNAME= eom DISTVERSION= 1.28.1 CATEGORIES= graphics mate MASTER_SITES= MATE \ https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Eye of MATE image viewer WWW= https://mate-desktop.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ yelp-build:textproc/yelp-tools \ gtkdocize:textproc/gtk-doc \ autoconf-archive>0:devel/autoconf-archive LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libpeas-gtk-1.0.so:devel/libpeas1 PORTSCOUT= limitw:1,even USES= autoreconf:build compiler:c11 desktop-file-utils gettext-tools gmake \ gnome jpeg libtool localbase mate pathfix pkgconfig tar:xz xorg USE_MATE= autogen common desktop icontheme USE_XORG= x11 USE_GNOME= cairo glib20 gnomeprefix gtk30 intltool introspection \ librsvg2 libxml2 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --without-cms INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.eom.gschema.xml \ org.mate.eom.enums.xml OPTIONS_DEFINE= EXIF EXEMPI DOCS OPTIONS_DEFAULT=EXIF EXEMPI EXEMPI_DESC= XMP support EXEMPI_CONFIGURE_WITH= xmp EXEMPI_LIB_DEPENDS= libexempi.so:textproc/exempi EXIF_DESC= Digital camera file meta-data support EXIF_CONFIGURE_WITH= libexif EXIF_LIB_DEPENDS= libexif.so:graphics/libexif .include .if ${PORT_OPTIONS:MEXIF} || ${PORT_OPTIONS:MEXEMPI} PLIST_SUB+= EXIFEXEMPI="" .else PLIST_SUB+= EXIFEXEMPI="@comment " .endif .include