a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name flowd
version 0.9
categories net
platforms darwin
maintainers nomaintainer@macports.org
description flowd is a small, fast and secure NetFlow collector.
long_description ${description}
homepage http://www.mindrot.org/flowd.html
master_sites http://www2.mindrot.org/files/flowd/
checksums sha1 54cb8ecaaa36d2f25105156170680842123b965d
configure.args --mandir=${prefix}/share/man
platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}