mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
89e9439dc6
Submitted by: freshports sanity daemon
21 lines
508 B
Makefile
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>
|