a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile,v 1.5 2006/03/29 11:19:09 rhwood Exp $
PortSystem 1.0
name avahi
version 0.6.16
revision 1
categories net devel
maintainers rhwood@macports.org
description A system which facilitates service discovery on a local network
long_description \
Avahi is a system which facilitates service discovery on a local \
network. This means that you can plug your laptop or computer into \
a network and instantly be able to view other people who you can \
chat with, find printers to print to or find files being shared. \
This kind of technology is already found in Apple MacOS X (branded \
Rendezvous, Bonjour and sometimes Zeroconf) and is very convenient. \
Avahi is mainly based on Lennart Poettering's flexmdns mDNS \
implementation for Linux which has been discontinued in favour \
of Avahi.
homepage http://avahi.org/
platforms darwin
master_sites http://avahi.org/download/
checksums md5 3cbc460bbd55bae35f7b57443c063640 \
sha1 8e684d29a16f6fda3c6a0458299134124d64b5ae \
rmd160 0106c3082867715052b416e3c761d8f052de00a0
distname avahi-${version}
use_bzip2 no
depends_lib \
port:libdaemon \
port:gtk2 \
port:dbus \
port:dbus-glib \
port:expat \
port:gdbm \
port:py-gdbm
# enable python-dbus once dbus python bindings are correctly ported
# all other disabled items should be placed in variants qt3/4 & mono
configure.args \
--disable-autoipd \
--disable-qt3 \
--disable-qt4 \
--disable-python-dbus \
--disable-mono \
--disable-monodoc
configure.env \
CPPFLAGS="-L${prefix}/lib -I${prefix}/include"