freebsd-ports/deskutils/nautilus-sendto/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

19 lines
476 B
Makefile

# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
PORTNAME= nautilus-sendto
PORTVERSION= 3.8.6
CATEGORIES= deskutils
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Convenience application to send a file via email
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= intlhack introspection:build
USES= compiler:c11 gettext gnome localbase meson pkgconfig tar:xz
USE_LDCONFIG= yes
CPPFLAGS+= -Wno-error=format-nonliteral
.include <bsd.port.mk>