[22355] trunk/dports/devel/gmake/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 26 22:07:14 PST 2007


Revision: 22355
          http://trac.macosforge.org/projects/macports/changeset/22355
Author:   pipping at macports.org
Date:     2007-02-26 22:07:13 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
 * add dependencies gettext, libiconv
 * cleanup

Modified Paths:
--------------
    trunk/dports/devel/gmake/Portfile

Modified: trunk/dports/devel/gmake/Portfile
===================================================================
--- trunk/dports/devel/gmake/Portfile	2007-02-27 06:04:16 UTC (rev 22354)
+++ trunk/dports/devel/gmake/Portfile	2007-02-27 06:07:13 UTC (rev 22355)
@@ -1,26 +1,27 @@
 # $Id$
 
 PortSystem 1.0
-name		gmake
-version		3.81
-categories	devel
-maintainers	waqar at macports.org
-description	GNU Make
-long_description   Make is a tool which controls the generation of \
-           executables and other non-source files of a program from \
-	   the program's source files. Make gets its knowledge of \
-	   how to build your program from a file called the makefile, \
-	   which lists each of the non-source files and how to \
-	   compute it from other files. When you write a program, you \
-	   should write a makefile for it, so that it is possible to \
-	   use Make to build and install the program.  
-homepage	http://www.gnu.org/software/make/make.html
-platforms	darwin
-set   d_name    make
-distname        ${d_name}-${version}
-master_sites	gnu:${d_name}
-checksums	sha1 41ed86d941b9c8025aee45db56c0283169dcab3d
-use_bzip2	yes
-configure.args	--program-prefix=g --infodir=${prefix}/share/info \
-		--mandir=${prefix}/share/man
+name            gmake
+version         3.81
+categories      devel
+maintainers     waqar at macports.org
+description     GNU Make
+long_description \
+    Make is a tool which controls the generation of executables and     \
+    other non-source files of a program from the program's source files.\
+    Make gets its knowledge of how to build your program from a file    \
+    called the makefile, which lists each of the non-source files and   \
+    how to compute it from other files. When you write a program, you   \
+    should write a makefile for it, so that it is possible to use Make  \
+    to build and install the program.  
 
+homepage        http://www.gnu.org/software/make/make.html
+platforms       darwin
+distname        make-${version}
+master_sites    gnu:make
+checksums       sha1 41ed86d941b9c8025aee45db56c0283169dcab3d
+use_bzip2       yes
+configure.args  --program-prefix=g \
+                --infodir=${prefix}/share/info \
+                --mandir=${prefix}/share/man
+depends_lib     port:gettext port:libiconv

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


More information about the macports-changes mailing list