PortSystem          1.0

name                makedepend
version             1.0.6
revision            0
categories          x11 devel
license             X11
installs_libs       no
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            https://www.x.org/
master_sites        https://xorg.freedesktop.org/archive/individual/util/
use_bzip2           yes

checksums           sha1    3f321f7b570ec98f1fabc441267d29347a2e1456 \
                    rmd160  6e6aa137d6cc63ae03feea0d45b4c51d4105ee60 \
                    sha256  d558a52e8017d984ee59596a9582c8d699a1962391b632bec3bb6804bf4d501c \
                    size    147616

depends_build       port:pkgconfig port:xorg-xorgproto

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