# $Id: Portfile 30232 2007-10-22 23:05:56Z jmpp@macports.org $ PortSystem 1.0 name epic4 version 2.6 categories irc maintainers nomaintainer description The (E)nhanced (P)rogrammable (I)RC-II (C)lient homepage http://www.epicsol.org/ platforms darwin freebsd long_description \ EPIC4 is a new direction in ircII development. No \ longer is EPIC 100% backwards compatible with ircII, \ but instead those things where compatibility is \ undesirable have been found and fixed. No gratuitous \ incompatibilities have been added, but lots of new \ code has been added to make EPIC the best ircII client \ available. master_sites ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ use_bzip2 yes checksums md5 1bbc89c7f0f39cbaa6824f50baa44b5c \ sha1 d55bfb8757d9ba169b0ffbaf7d10823c0d49a0c3 \ rmd160 9c88de9c0608e118df186e873ffb09fe364a5ed4 configure.args --mandir=${prefix}/share/man destroot.destdir prefix=${destroot}${prefix} post-destroot { file delete -force ${destroot}${prefix}/bin/epic system "cd ${destroot}${prefix}/bin && ln -s epic-EPIC4-2.6 epic" }