# $Id: Portfile,v 1.8 2006/02/15 20:06:56 olegb Exp $

PortSystem 1.0
name		silc-client	
version		1.0.3
categories	irc	
description	client for the silc-network.
long_description	silc-client is a client for the SILC (Secure Internet \
			Live Conferencing) protocol. SILC provides secure \
			conferencing services in the Internet over insecure channel. 
homepage	http://silcnet.org/
platforms	darwin
maintainers	darwinports@opendarwin.org
master_sites	${homepage}download/client/sources/
checksums	md5 6727a65fe71b90b018086afe8fc84cf9
use_bzip2	yes

patchfiles  patch-perl-common.h

depends_lib	lib:libglib.1:glib1
depends_run	bin:perl:perl5.8

configure.args	--without-silcd \
		--with-docdir=${prefix}/share/${name} \
		--with-helpdir=${prefix}/share/${name} \
		--with-simdir=${prefix}/share/${name} \
		--with-logsdir=${prefix}/var/log/${name} \
		--disable-asm
configure.env CC=gcc-3.3
