# $Id: Portfile,v 1.5 2004/01/10 10:45:07 jkh Exp $ PortSystem 1.0 name silc-client version 1.0 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 fkr@opendarwin.org master_sites ${homepage}download/client/sources/ checksums md5 11595e33f62d0c84f37438286aee625f patchfiles patch-lib-contrib-Makefile.in 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