blob: 5e89b67cf552661bd59fd20a0ff9474866011edc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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>
|