# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 63960 2010-02-19 09:08:52Z toby@macports.org $

PortSystem 1.0

name             byacc
version          20100216
categories       devel
maintainers      toby
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 8f3cefac0fa2145b6601df2d6569de4e \
                 sha1 4cf554040103e458cb0653569cf5d0dadd5e63c6 \
                 rmd160 24412c1faacdaec9f2972f0fa4fee7b742397c0a

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

livecheck.type   regex
livecheck.url    ftp://invisible-island.net/byacc/
livecheck.regex  > byacc-(\[0-9\]+)
