Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
name ngircd
version 0.9.1
categories irc
maintainers nomaintainer@macports.org
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://arthur.ath.cx/~alex/ngircd/
platforms darwin
master_sites ftp://ftp.berlios.de/pub/ngircd/ \
ftp://Arthur.Ath.CX/pub/Users/alex/ngircd/
checksums md5 591808f2b1515e79dfb752de25d5c7f2

patchfiles patch-doc__Makefile.am \
patch-doc__Makefile.in

configure.env CPPFLAGS=-I${prefix}/include \
LDFLAGS=-L${prefix}/lib
configure.args --mandir=${prefix}/share/man \
--with-tcp-wrappers \
--with-rendezvous

variant ident {
depends_lib-append lib:libident.0:libident
configure.args-append --with-ident
}

files