# $Id: Portfile 34105 2008-02-13 06:42:16Z eridius@macports.org $ PortSystem 1.0 name ngircd version 0.11.0 categories irc maintainers nomaintainer description next generation IRC daemon long_description \ ngIRCd is a free open source daemon for \ Internet Relay Chat (IRC). It's written \ from scratch and is not based upon the \ original IRCd like many others. homepage http://ngircd.barton.de/ platforms darwin master_sites ftp://ftp.berlios.de/pub/ngircd/ \ ftp://ngircd.barton.de/pub/ngircd/ checksums md5 c322656b173ecec3d626355c0c3e875f \ sha1 759e0eb95ef0e49648e059e9c83c31eed1084e83 configure.args --mandir=${prefix}/share/man \ --with-tcp-wrappers \ --with-rendezvous pre-configure { reinplace s|600|644|g ${worksrcpath}/doc/Makefile.am ${worksrcpath}/doc/Makefile.in } variant ident { depends_lib-append lib:libident.0:libident configure.args-append --with-ident }