# $Id: Portfile,v 1.4 2005/08/19 08:30:31 toby Exp $

PortSystem 1.0
name             ngircd
version          0.9.1
categories       irc
maintainers      toby@opendarwin.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
}
