[84825] trunk/dports/textproc/doxygen/Portfile

css at macports.org css at macports.org
Sun Oct 2 09:14:15 PDT 2011


Revision: 84825
          http://trac.macports.org/changeset/84825
Author:   css at macports.org
Date:     2011-10-02 09:14:14 -0700 (Sun, 02 Oct 2011)
Log Message:
-----------
doxygen: add a separate latex variant separate from the docs variant (which requires latex). refs #30988

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

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2011-10-02 16:07:42 UTC (rev 84824)
+++ trunk/dports/textproc/doxygen/Portfile	2011-10-02 16:14:14 UTC (rev 84825)
@@ -4,6 +4,7 @@
 
 name			doxygen
 version			1.7.5.1
+revision		1
 categories		textproc devel
 maintainers		css
 description		Documentation system for several programming languages
@@ -68,15 +69,18 @@
 			DOCDIR=${prefix}/share/doc/doxygen \
 			MAN1DIR=share/man/man1
 
-variant docs description {Include the doxygen PDF documentation and LaTeX} {
-	build.target-append	pdf
-	use_parallel_build  no
-	destroot.target-append	install_docs
-	depends_build-append	bin:pdflatex:texlive \
-				bin:gs:ghostscript \
-				port:texlive-latex-extra
+variant docs description {Include the doxygen PDF documentation and LaTeX} requires {latex} {
+  destroot.target-append  install_docs
+  build.target-append     pdf
+  use_parallel_build      no
 }
 
+variant latex description {Support LaTeX/PDF doxygen output} {
+  depends_build-append  bin:pdflatex:texlive \
+                        bin:gs:ghostscript \
+                        port:texlive-latex-extra
+}
+
 variant wizard description {Include the GUI wizard based on Qt4} {
     # use the Qt4 PortGroup, which provides a bunch of variables
     # and defines for how Qt4 was installed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111002/1cd72a62/attachment.html>


More information about the macports-changes mailing list