aboutsummaryrefslogtreecommitdiff
path: root/deskutils/nautilus-sendto/Makefile
blob: f7fea7708b6222e4df0410f1f73b56f857692a36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
INSTALLS_ICONS=	yes
CPPFLAGS+=	-Wno-error=format-nonliteral

.include <bsd.port.mk>