View | Details | Raw Unified | Return to bug 178073
Collapse All | Expand All

(-)porters-handbook/book.xml (-46 lines)
Lines 5775-5826 Link Here
5775
      </sect2>
5775
      </sect2>
5776
    </sect1>
5776
    </sect1>
5777
5777
5778
    <sect1 id="using-pkg-config">
5779
      <title>Using <literal>pkg-config</literal></title>
5780
5781
      <para>If your ports requires <literal>pkg-config</literal>,
5782
	just set <makevar>USE_PKGCONFIG</makevar> to the following
5783
	possible values:</para>
5784
      <table frame="none">
5785
	<title>Values for <makevar>USE_PKGCONFIG</makevar></title>
5786
5787
	<tgroup cols="2">
5788
	  <thead>
5789
	    <row>
5790
	      <entry>Definition</entry>
5791
	      <entry>Description</entry>
5792
	    </row>
5793
	  </thead>
5794
5795
	  <tbody>
5796
	    <row>
5797
	      <entry><makevar>USE_PKGCONFIG= yes</makevar></entry>
5798
	      <entry>The ports uses pkg-config only at build
5799
		time</entry>
5800
	    </row>
5801
5802
	    <row>
5803
	      <entry><makevar>USE_PKGCONFIG= build</makevar></entry>
5804
	      <entry>The ports uses pkg-config only at build
5805
		time</entry>
5806
	    </row>
5807
5808
	    <row>
5809
	      <entry><makevar>USE_PKGCONFIG= run</makevar></entry>
5810
	      <entry>The ports uses pkg-config only at run
5811
		time</entry>
5812
	    </row>
5813
5814
	    <row>
5815
	      <entry><makevar>USE_PKGCONFIG= both</makevar></entry>
5816
	      <entry>The ports uses pkg-config both at build and run
5817
		time</entry>
5818
	    </row>
5819
	  </tbody>
5820
	</tgroup>
5821
      </table>
5822
    </sect1>
5823
5824
    <sect1 id="using-gettext">
5778
    <sect1 id="using-gettext">
5825
      <title>Using GNU <literal>gettext</literal></title>
5779
      <title>Using GNU <literal>gettext</literal></title>
5826
5780
(-)porters-handbook/uses.xml (+13 lines)
Lines 72-77 Link Here
72
</row>
72
</row>
73
73
74
<row>
74
<row>
75
  <entry><literal>pkgconfig</literal></entry>
76
  <entry>none, <literal>build</literal>, <literal>run</literal>,
77
    <literal>both</literal></entry>
78
  <entry>Implies that the port uses <filename
79
      role="package">devel/pkgconf</filename> in one way or another.  By
80
    default, with no arguments or with the <literal>build</literal>
81
    argument, it implies <command>pkg-config</command> as a build-time
82
    dependency, <literal>run</literal> implies a run-time dependency,
83
    and <literal>both</literal> implies both run-time and build-time
84
    dependencies.</entry>
85
</row>
86
87
<row>
75
  <entry><literal>qmail</literal></entry>
88
  <entry><literal>qmail</literal></entry>
76
  <entry>none, <literal>build</literal>, <literal>run</literal>,
89
  <entry>none, <literal>build</literal>, <literal>run</literal>,
77
    <literal>both</literal>, <literal>vars</literal></entry>
90
    <literal>both</literal>, <literal>vars</literal></entry>

Return to bug 178073