2c672a4de9
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)
19 lines
476 B
Makefile
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>
|