Portfile

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

PortSystem 1.0
name byacc
version 20050813
categories devel
maintainers nomaintainer@macports.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