# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem      1.0
PortGroup       compilers 1.0

name            eso-tcllib84
conflicts       eso-tcllib84-devel
version         1.20
revision        11

name                eso-tcllib84
set _name           tcllib

dist_subdir         eso-tcltk
distname            ${_name}-${version}

checksums           rmd160  1d14914f0eb018a4ccfa337a4968d65a225e4699 \
                    sha256  199e8ec7ee26220e8463bc84dd55c44965fc8ef4d4ac6e4684b2b1c03b1bd5b9 \
                    size    6692664

categories          devel
license             Tcl/Tk
platforms           darwin
maintainers     eso.org:usd-help
supported_archs     noarch

description         tcllib standardized library

long_description    tcllib is a set of pure-Tcl extensions that you can use to \
                    become even more productive with Tcl.

homepage            http://tcllib.sf.net/
master_sites        sourceforge:project/tcllib/tcllib/${version}
use_xz              yes

compilers.choose  cc cpp cxx
compilers.setup   gcc 
default_variants  +${compilers.gcc_default}

prefix                  /opt/local/libexec/eso/tcltk-8.4


configure.args \
    --with-tcl=${prefix}/lib \

# Avoid installing man pages because of clash with blt
#    --mandir=${prefix}/share/man \

depends_lib         port:eso-tcl84
