diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-20 21:21:08 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-20 21:21:08 +0000 |
commit | 50bf8c71670c90ac0572b97417b27437e236945f (patch) | |
tree | 96dd91c8f0cc28c7b292cdd38cdeb943eca01405 /net/gnome-vfs-dns-sd/Makefile | |
parent | 075da553c182c7776a3b75c0d1779d6c85af8940 (diff) | |
download | pkgsrc-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/Makefile | 15 |
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" |