[44482] trunk/dports/x11

blb at macports.org blb at macports.org
Mon Dec 29 00:02:35 PST 2008


Revision: 44482
          http://trac.macports.org/changeset/44482
Author:   blb at macports.org
Date:     2008-12-29 00:02:34 -0800 (Mon, 29 Dec 2008)
Log Message:
-----------
New port - x11/makedepend, Create dependencies in makefiles

Added Paths:
-----------
    trunk/dports/x11/makedepend/
    trunk/dports/x11/makedepend/Portfile

Added: trunk/dports/x11/makedepend/Portfile
===================================================================
--- trunk/dports/x11/makedepend/Portfile	                        (rev 0)
+++ trunk/dports/x11/makedepend/Portfile	2008-12-29 08:02:34 UTC (rev 44482)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+name                makedepend
+version             1.0.1
+categories          x11 devel
+maintainers         blb openmaintainer
+description         Create dependencies in makefiles
+long_description \
+   The makedepend program reads each sourcefile in sequence and parses it \
+   like a C-preprocessor, processing all #include, #define, #undef, #ifdef, \
+   #ifndef, #endif, #if, #elif and #else directives so that it can correctly \
+   tell which #include, directives would be used in a compilation.  Any \
+   #include, directives can reference files having other #include \
+   directives, and parsing will occur in these files as well.
+
+platforms           darwin
+
+homepage            http://www.x.org/
+master_sites        ${homepage}pub/individual/util/
+use_bzip2           yes
+
+checksums           md5     54ab2549d723e51ff2b9cff4d8bf44d1 \
+                    sha1    c795cdc754d8c9c73e6a310e41eab37c5ab867bf \
+                    rmd160  3481455a0d24d36940cc94d31ff1485a2b909da2
+
+configure.args      --mandir=${prefix}/share/man
+
+depends_build       port:pkgconfig
+


Property changes on: trunk/dports/x11/makedepend/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081229/c90d4714/attachment.html>


More information about the macports-changes mailing list