# $Id: Portfile 31558 2007-11-27 22:02:29Z simon@macports.org $

PortSystem 1.0

name            kcd
version         7.6.2
categories      sysutils
platforms       darwin
maintainers     nomaintainer
description     kcd is a directory change utility similar to NCD
long_description \
    kcd is a directory change utility similar to NCD. It helps you      \
    navigate the directory tree. You can also supply part of the desired\
    directory name in the command line and let kcd find it for you.

homepage        http://kcd.sourceforge.net/
master_sites    sourceforge
checksums       md5 c185abc405ab7dbc0e07959c57b0f6d1 \
                sha1 f5d2a08adf498a2c67a763a14d031982dea8aef9 \
                rmd160 03abbd62f735937fe09fbc2e9889987ead629042
patchfiles      patch-Makefile.in

depends_lib     port:gettext \
                port:ncurses \
                port:zlib

destroot.destdir    prefix=${destroot}${prefix} \
                    mandir=${destroot}${prefix}/share/man \
                    etcdir2=${destroot}${prefix}/etc
