# $Id: Portfile 30251 2007-10-23 02:18:30Z jmpp@macports.org $

PortSystem 1.0
name             vbpp
version          1.1.0
categories       science
maintainers      nomaintainer
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
}
