# $Id: Portfile 117488 2014-03-01 01:06:22Z toby@macports.org $

PortSystem 1.0
name             epic4
version          2.10.4
categories       irc
maintainers      toby
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.
license          BSD

master_sites     ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/
use_bzip2        yes

checksums        rmd160 2da4a449a456684c8d58a151e6070ac8818a3f82 \
                 sha256 77526f7426336561bc1e0c47c728931674bd863c63c21ed9253959bd2beb23c8

configure.args   --mandir=${prefix}/share/man

destroot.destdir IP=${destroot}

depends_lib      port:openssl port:ncurses

livecheck.type   regex
livecheck.url    ${master_sites}
livecheck.regex  ${name}-(\[0-9\\.\]+)\\.tar
