[29246] trunk/dports/graphics/libexif/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 18 10:42:04 PDT 2007


Revision: 29246
          http://trac.macosforge.org/projects/macports/changeset/29246
Author:   nox at macports.org
Date:     2007-09-18 10:42:03 -0700 (Tue, 18 Sep 2007)

Log Message:
-----------
libexif:
 * Changed docdir name to a versioned one.
 * Added configure flag to prevent build of doxygen documentation.
 * Changed name of the documentation variant to something more generic.

Modified Paths:
--------------
    trunk/dports/graphics/libexif/Portfile

Modified: trunk/dports/graphics/libexif/Portfile
===================================================================
--- trunk/dports/graphics/libexif/Portfile	2007-09-18 17:22:16 UTC (rev 29245)
+++ trunk/dports/graphics/libexif/Portfile	2007-09-18 17:42:03 UTC (rev 29246)
@@ -4,6 +4,7 @@
 
 name            libexif
 version         0.6.16
+revision        1
 categories      graphics
 maintainers     nomaintainer
 description     EXIF parsing library
@@ -26,10 +27,14 @@
 depends_lib     port:gettext \
                 port:libiconv
 
+configure.args  --with-doc-dir=${prefix}/share/doc/${name}-${version} \
+                --disable-docs
+
 test.run        yes
 test.target     check
 
-variant with_doxygen {
-    depends_build   port:doxygen
+variant doc description {Install extra documentation} {
+    depends_build           port:doxygen
+    configure.args-delete   --disable-docs
 }
 

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


More information about the macports-changes mailing list