[22439] trunk/dports/sysutils/kcd/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 28 23:12:38 PST 2007


Revision: 22439
          http://trac.macosforge.org/projects/macports/changeset/22439
Author:   pipping at macports.org
Date:     2007-02-28 23:12:37 -0800 (Wed, 28 Feb 2007)

Log Message:
-----------
 * cleanup

Modified Paths:
--------------
    trunk/dports/sysutils/kcd/Portfile

Modified: trunk/dports/sysutils/kcd/Portfile
===================================================================
--- trunk/dports/sysutils/kcd/Portfile	2007-03-01 07:01:29 UTC (rev 22438)
+++ trunk/dports/sysutils/kcd/Portfile	2007-03-01 07:12:37 UTC (rev 22439)
@@ -2,29 +2,29 @@
 
 PortSystem 1.0
 
-name			kcd
-version			7.6.1
-categories		sysutils
-platforms		darwin
-maintainers		mww at 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.
+name            kcd
+version         7.6.1
+categories      sysutils
+platforms       darwin
+maintainers     mww at 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
+homepage        http://kcd.sourceforge.net/
+master_sites    sourceforge
+checksums       md5 49bf1f3d0be562eec343995755a6c551
+patchfiles      patch-Makefile.in
 
-depends_lib		lib:libz:zlib \
-				lib:libintl:gettext
+depends_lib     port:gettext \
+                port:zlib
 
-configure.env	CFLAGS=-I${prefix}/include \
-				CXXFLAGS=-I${prefix}/include \
-				LDFLAGS=-L${prefix}/lib
+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
+destroot.destdir    prefix=${destroot}${prefix} \
+                    mandir=${destroot}${prefix}/share/man \
+                    etcdir2=${destroot}${prefix}/etc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070228/6df96679/attachment.html


More information about the macports-changes mailing list