PortSystem 1.0

name                vbpp
version             1.2.0
categories          science
license             Copyleft
maintainers         nomaintainer
description         Verilog preprocessor
long_description \
    VBPP is a Verilog preprocessor. It has support for most Verilog \
    preprocessing directives and additional directives.
platforms           darwin

homepage            https://web.archive.org/web/20170425040737/http://www.verilog.net/free.html
master_sites        https://web.archive.org/web/20120205223616/http://www.verilog.net/

checksums           rmd160  177ee8bd4a3ea53f367f307476117de4bb7c1bb9 \
                    sha256  416c1bf9c4921fcb5fb4a9bef36f5c05e22e41d4099dc67aa9e636faeef78e16 \
                    size    113047

use_parallel_build  no

post-destroot {
    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
    xinstall -d -m 755 ${destroot}${prefix}/share/examples/${name}

    xinstall -m 444 -W ${worksrcpath} AUTHORS COPYING NEWS README ChangeLog \
        ${destroot}${prefix}/share/doc/${name}
    xinstall -m 444 {*}[glob ${worksrcpath}/EXAMPLES/*] \
        ${destroot}${prefix}/share/examples/${name}
}