# $Id: Portfile,v 1.1 2005/02/12 20:25:31 toby Exp $

PortSystem 1.0
name             vbpp
version          1.1.0
categories       science
maintainers      toby@opendarwin.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
}
