[21878] trunk/dports/textproc/less/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 14:35:39 PST 2007


Revision: 21878
          http://trac.macosforge.org/projects/macports/changeset/21878
Author:   pipping at macports.org
Date:     2007-02-10 14:35:38 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
 * depend on ncursesw (#11159)
 * remove mistakes in the description
 * remove dead mirror

Modified Paths:
--------------
    trunk/dports/textproc/less/Portfile

Modified: trunk/dports/textproc/less/Portfile
===================================================================
--- trunk/dports/textproc/less/Portfile	2007-02-10 22:33:07 UTC (rev 21877)
+++ trunk/dports/textproc/less/Portfile	2007-02-10 22:35:38 UTC (rev 21878)
@@ -3,19 +3,21 @@
 PortSystem 1.0
 name	    	less
 version	    	394
+revision	1
 categories  	textproc
 maintainers 	mike.mclean at pobox.com
 description    	Less is a program similar to more, which allows backward movement.
 long_description    	Less is a program similar to more, but which allows backward \
 			movement in the file as well as forward movement. Also, less does \
-			as well as forward movement. Also, less does not have to read the \
-			entire input file before starting, so with large input files it starts \
-			up faster than text editors like vi. Less uses termcap (or terminfo \
-			on some systems), so it can run on a variety of terminals. There is \
-			even limited support for hardcopy terminals.
+			not have to read the entire input file before starting, so with \
+			large input files it starts up faster than text editors like vi. \
+			Less uses termcap (or terminfo on some systems), so it can run on \
+			a variety of terminals. There is even limited support for \
+			hardcopy terminals.
 homepage	http://www.greenwoodsoftware.com/less/index.html
 platforms	darwin
-master_sites	http://www.greenwoodsoftware.com/less/ \
-		gnu
+master_sites	http://www.greenwoodsoftware.com/less/
 checksums	md5 a9f072ccefa0d315b325f3e9cdbd4b97
 destroot.destdir	prefix=${destroot}${prefix}
+depends_lib	port:ncursesw
+configure.env	CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"

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


More information about the macports-changes mailing list