# $Id: Portfile,v 1.2 2005/05/09 18:40:09 jmpp Exp $

PortSystem 1.0
name		silc-server
version		0.9.15
categories	irc	
description	server for the silc-network.
long_description	silc-server (silcd) is the server for the SILC protocol. \
			SILC (Secure Internet Live Conferencing) is a protocol which provides \
			secure conferencing services in the Internet over insecure channel. \
			SILC superficially resembles IRC, although they are very different \
			internally. SILC is much more than just about `encrypting the traffic'.

homepage	http://silcnet.org/
platforms	darwin
maintainers	darwinports@opendarwin.org
master_sites	${homepage}download/server/sources/
checksums	md5 4be35ef4d43f89acfce71149fe0d951b
patchfiles      patch-lib-contrib-Makefile.in
configure.args	--with-etcdir=${prefix}/etc/${name} \
		--with-docdir=${prefix}/share/${name} \
                --with-helpdir=${prefix}/share/${name} \
                --with-simdir=${prefix}/share/${name} \
                --with-logsdir=${prefix}/var/log/${name} \
		--with-silcd-config-file=${prefix}/etc/${name}/silcd.conf \
                --disable-asm \
		--without-irssi 
