# $Id: Portfile 55457 2009-08-11 03:16:24Z toby@macports.org $

PortSystem 1.0
name             epic4
version          2.10
revision         1
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.

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

checksums        md5 92789d75f12882696817865ea072e44a \
                 sha1 0e81ba130fb8b31be61e4b59939c932af72d0369 \
                 rmd160 8f763f284fe1719e2d70b618772379c89ec08214

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

destroot.destdir IP=${destroot}

depends_lib      port:openssl port:ncurses

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