1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/deskutils/nautilus-sendto/Makefile
Koop Mast 89e9439dc6 Fix categories....
Submitted by:	freshports sanity daemon
2015-08-05 19:29:19 +00:00

21 lines
508 B
Makefile

# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= nautilus-sendto
PORTVERSION= 3.8.2
CATEGORIES= deskutils
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Convenience application to send a file via email
USE_GNOME= intlhack introspection:build
USES= gettext gmake pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>