freebsd-ports/deskutils/nautilus-sendto/Makefile

20 lines
459 B
Makefile
Raw Normal View History

PORTNAME= nautilus-sendto
2020-06-15 16:52:44 +02:00
PORTVERSION= 3.8.6
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Convenience application to send a file via email
WWW= https://www.gnome.org/
2020-06-15 16:52:44 +02:00
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
2020-06-15 16:52:44 +02:00
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>