summaryrefslogtreecommitdiff
path: root/net/gnome-vfs-dns-sd/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-12-20 21:21:08 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-12-20 21:21:08 +0000
commit50bf8c71670c90ac0572b97417b27437e236945f (patch)
tree96dd91c8f0cc28c7b292cdd38cdeb943eca01405 /net/gnome-vfs-dns-sd/Makefile
parent075da553c182c7776a3b75c0d1779d6c85af8940 (diff)
downloadpkgsrc-50bf8c71670c90ac0572b97417b27437e236945f.tar.gz
Import gnome-vfs-dns-sd version 2.24.0.
GNOME VFS provides an abstraction layer of the file system; applications use this layer to access many different protocols and simulate that they are part of the local file system. This package provides the dns-sd module for GNOME VFS, which allows it to discover sftp, webdav, and ftp services advertised with multicast DNS.
Diffstat (limited to 'net/gnome-vfs-dns-sd/Makefile')
-rw-r--r--net/gnome-vfs-dns-sd/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/gnome-vfs-dns-sd/Makefile b/net/gnome-vfs-dns-sd/Makefile
new file mode 100644
index 00000000000..97e3b317860
--- /dev/null
+++ b/net/gnome-vfs-dns-sd/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/20 21:21:08 jmcneill Exp $
+#
+
+GNOME_VFS_NAME= dns-sd
+GNOME_VFS_FLAG= avahi
+CATEGORIES= net
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS+= ${EGDIR}/modules
+
+.include "../../sysutils/gnome-vfs/Makefile.common"
+
+.include "../../net/avahi/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"