# $Id: Portfile 59683 2009-10-19 20:05:06Z blb@macports.org $

PortSystem          1.0
name                makedepend
version             1.0.2
categories          x11 devel
maintainers         nomaintainer
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     62e58330fe8d1e3e28c7a45779833a48 \
                    sha1    57e092856580d9984e47c4b1433b69391de07df3 \
                    rmd160  2d5e104ea28224e86582729aa9ac03f8905a1824

depends_build       port:pkgconfig port:xorg-xproto

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       ${master_sites}

