blob: b04776296a135cff7d6c4baacbe20319121631a7 (
plain) (
tree)
|
|
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
# $MCom$
PORTNAME= nautilus-sendto
PORTVERSION= 3.8.2
CATEGORIES= net
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>
|