8327ec95b4
Send file(s) via email or instant messenger. A dialog window presents a choice of carrier application and recipient of the file(s). Recipent names can be selected from a list or autocompleted. The selected application is then opened with the file(s) and recipient ready for transfer. The application is intented to integrate with nautilus and is written for the GNOME graphical desktop.
31 lines
1 KiB
Makefile
31 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 13:55:30 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= nautilus-sendto-1.1.0
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus-sendto/1.1/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/projects/nautilus/
|
|
COMMENT= Convenience application to send a file via email or instant messenger
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_LIBTOOL= yes
|
|
GCONF_SCHEMAS= nst.schemas
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../chat/pidgin/buildlink3.mk"
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mail/evolution-data-server/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
# XXX: not in pkgsrc proper yet
|
|
#.include "../../wip/gajim/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../sysutils/nautilus/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|