# -*- 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

name                tecla
version             1.6.2
revision            1
categories          devel
platforms           darwin
license             X11
maintainers         michaelld openmaintainer

description         The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcsh shell.
long_description    ${description} In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names, and in-line wild-card expansion of filenames.  The internal functions which perform file-name completion and wild-card expansion are also available externally for optional use by programs, along with a module for tab-completion and lookup of filenames in a list of directories.

homepage            http://www.astro.caltech.edu/~mcs/tecla/index.html

worksrcdir          lib${name}
distname            ${worksrcdir}-${version}
master_sites        http://www.astro.caltech.edu/~mcs/tecla/

checksums           rmd160 003524e5e3c4a1d7e15a537f574910a768fe7e6f \
                    sha256 8c61db528364f4e88e34e79eb3730adf54e43c594cf12faf712117a6d20eb7b8

depends_lib-append  port:ncurses

patchfiles-append   patch-configure.diff \
                    patch-Makefile.in.diff

use_parallel_build  no

# remove top-level include path, such that internal headers are used
# instead of any already-installed ones.

configure.cppflags-delete -I${prefix}/include

# remove top-level library path, such that internal libraries are used
# instead of any already-installed ones.

configure.ldflags-delete -L${prefix}/lib

build.target        default

livecheck.type      regex
livecheck.url       http://www.astro.caltech.edu/~mcs/tecla/index.html
livecheck.regex     is version (\[0-9.\]*). This may