# $Id: Portfile,v 1.4 2005/08/19 18:21:53 toby Exp $

PortSystem 1.0
name             byacc
version          20050813
categories       devel
maintainers      toby@opendarwin.org
description      Berkeley Yacc
long_description \
	Berkeley Yacc (byacc) is generally conceded to \
	be the best yacc variant available. In contrast \
	to bison, it is written to avoid dependencies \
	upon a particular compiler.
homepage         http://invisible-island.net/byacc/
platforms        darwin

master_sites     ftp://invisible-island.net/byacc/
extract.suffix   .tgz
checksums        md5 8fbf9572a448e13ecb7223c774f9d0b8

configure.args   --mandir=${prefix}/share/man \
                 --program-prefix=b
