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

master_sites    http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \
                ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/
use_xz          yes

checksums       rmd160 96e97583a800414fd1321a6b9a5fac3bc43a2681 \
                sha256 622f9a11d86cb6b768d1004872e1931cdcc01e7f10029ecfc42a3945368ed151 \
                size   585652

set perl_version 5.34

depends_lib     port:ncurses \
                path:lib/libssl.dylib:openssl \
                port:perl${perl_version} \
                port:tcl

patchfiles      patch-configure.diff

configure.args  --mandir=${prefix}/share/man \
                --with-perl \
                --with-tcl=${prefix}

configure.perl  ${prefix}/bin/perl${perl_version}

destroot.destdir    IP=${destroot}
