# $Id: Portfile,v 1.2 2005/01/01 23:37:21 mww Exp $

PortSystem 1.0

name			kcd
version			7.6.1
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.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		lib:libz:zlib \
				lib:libintl:gettext

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
