[24513] trunk/dports/devel/pkgconfig/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 27 03:13:05 PDT 2007


Revision: 24513
          http://trac.macosforge.org/projects/macports/changeset/24513
Author:   ryandesign at macports.org
Date:     2007-04-27 03:13:05 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
Whitespace changes only.

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

Modified: trunk/dports/devel/pkgconfig/Portfile
===================================================================
--- trunk/dports/devel/pkgconfig/Portfile	2007-04-27 09:58:50 UTC (rev 24512)
+++ trunk/dports/devel/pkgconfig/Portfile	2007-04-27 10:13:05 UTC (rev 24513)
@@ -1,26 +1,32 @@
 # $Id$
 
-PortSystem 1.0
-name            pkgconfig
-version         0.21
-categories      devel
-maintainers     ryandesign at macports.org openmaintainer at macports.org
-description     System for managing library compile and link flags
-homepage        http://pkgconfig.freedesktop.org/wiki/
-platforms       darwin freebsd
+PortSystem          1.0
+
+name                pkgconfig
+version             0.21
+categories          devel
+maintainers         ryandesign at macports.org openmaintainer at macports.org
+homepage            http://pkgconfig.freedesktop.org/wiki/
+master_sites        http://pkgconfig.freedesktop.org/releases/
+distname            pkg-config-${version}
+platforms           darwin freebsd
+
+description \
+	System for managing library compile and link flags
+
 long_description \
-    The pkg-config program is used to retrieve information about        \
-    installed libraries in the system. It is typically used to compile  \
-    and link against one or more libraries.
-master_sites    http://pkgconfig.freedesktop.org/releases/
+	The pkg-config program is used to retrieve information about \
+	installed libraries in the system. It is typically used to compile \
+	and link against one or more libraries.
 
-distname        pkg-config-${version}
-checksums       md5 476f45fab1504aac6697aa7785f0ab91 \
-                sha1 b2508ba8404cad46ec42f6f58cbca43ae59d715f \
-                rmd160 6d48e449a3cedb576c0f54b08825be6ab684d955
+checksums \
+	md5 476f45fab1504aac6697aa7785f0ab91 \
+	sha1 b2508ba8404cad46ec42f6f58cbca43ae59d715f \
+	rmd160 6d48e449a3cedb576c0f54b08825be6ab684d955
 
-configure.args  --mandir=${prefix}/share/man \
-                --enable-indirect-deps
+configure.args \
+	--mandir=${prefix}/share/man \
+	--enable-indirect-deps
 
 platform darwin 6 {
     configure.env   CPPFLAGS="-no-cpp-precomp"

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


More information about the macports-changes mailing list