a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name kcd
version 7.6.1
categories sysutils
platforms darwin
maintainers nomaintainer@macports.org
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 49bf1f3d0be562eec343995755a6c551
patchfiles patch-Makefile.in
depends_lib port:gettext \
port:ncurses \
port:zlib
configure.env CFLAGS=-I${prefix}/include \
CXXFLAGS=-I${prefix}/include \
LDFLAGS=-L${prefix}/lib
destroot.destdir prefix=${destroot}${prefix} \
mandir=${destroot}${prefix}/share/man \
etcdir2=${destroot}${prefix}/etc