# $Id: Portfile,v 1.3 2004/03/29 09:06:47 toby Exp $ PortSystem 1.0 name epic5 version 0.0.2 categories irc maintainers toby@opendarwin.org description (E)nhanced (P)rogrammable (I)RC-II (C)lient 5 homepage http://www.epicsol.org/ platforms darwin long_description \ EPIC5 is the new development branch of EPIC, which is a \ new direction in ircII development. No longer is EPIC 100% \ backwards compatable with ircII, but instead we have chosen \ to find those things where compatability is undesirable, \ and fix them. No gratuitous incompatabilities have been \ added, but lots of new code has been added to make EPIC the \ best ircII client we could make. master_sites ftp://ftp.epicsol.org/pub/epic/EPIC5-ALPHA/ use_bzip2 yes checksums md5 08b7160260b84a1380463403117a02d8 patchfiles patch-Makefile.in configure.args --mandir=\\\${prefix}/share/man \ --without-ssl \ --without-ipv6 \ --without-socks \ --without-socks5 \ --without-perl \ --without-tcl destroot.destdir IP=${destroot} variant ssl { configure.args-delete --without-ssl configure.args-append --with-ssl depends_lib-append lib:libssl.0.9:openssl } variant ipv6 { configure.args-delete --without-ipv6 configure.args-append --with-ipv6 }