[30763] trunk/doc-new/man/xml/portfile-phase.7.xml

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 6 03:09:15 PST 2007


Revision: 30763
          http://trac.macosforge.org/projects/macports/changeset/30763
Author:   mww at macports.org
Date:     2007-11-06 03:09:15 -0800 (Tue, 06 Nov 2007)

Log Message:
-----------
document configure.[awk,bison,pkg_config,pkg_config_path]

Modified Paths:
--------------
    trunk/doc-new/man/xml/portfile-phase.7.xml

Modified: trunk/doc-new/man/xml/portfile-phase.7.xml
===================================================================
--- trunk/doc-new/man/xml/portfile-phase.7.xml	2007-11-06 11:00:16 UTC (rev 30762)
+++ trunk/doc-new/man/xml/portfile-phase.7.xml	2007-11-06 11:09:15 UTC (rev 30763)
@@ -1329,6 +1329,86 @@
           </listitem>
         </varlistentry>
 
+        <varlistentry>
+          <term>configure.awk</term>
+
+          <listitem>
+            <para>Set AWK flag for selecting an awk executable</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default: <literal></literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.awk    ${prefix}/bin/gawk</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term>configure.bison</term>
+
+          <listitem>
+            <para>Set BISON flag for selecting a bison executable, a parser generator</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default: <literal></literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.bison    /usr/bin/bison</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term>configure.pkg_config</term>
+
+          <listitem>
+            <para>Set PKG_CONFIG flag for helping find pkg_config, a tool for retrieving information about installed libraries.</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default: <literal></literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.pkg_config    ${prefix}/bin/pkg-config</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term>configure.pkg_config_path</term>
+
+          <listitem>
+            <para>Set PKG_CONFIG_PATH flag for telling pkg_config where to search for information about installed libraries.</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default: <literal></literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.pkg_config_path    ${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+
         <!-- other tools selection arguments end -->
 
         <varlistentry>
@@ -1937,4 +2017,4 @@
 
     <para>Markus W. Weissmann <email>mww at macports.org</email></para>
   </refsection>
-</refentry>
\ No newline at end of file
+</refentry>

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


More information about the macports-changes mailing list