Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
name vbpp
version 1.1.0
categories science
maintainers nomaintainer@macports.org
description Verilog preprocessor
long_description \
VBPP is a Verilog preprocessor. It has support \
for most Verilog preprocessing directives and \
additional directives.
homepage http://www.flex.com/~jching/
platforms darwin

master_sites ${homepage}
checksums md5 05e87eca8f55df157b1b99422b12c91d

build.target depend vpp

test.run yes
test.target examples

destroot {
xinstall -m 555 ${worksrcpath}/vpp ${destroot}${prefix}/bin
}