a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name bf2c
version 1.2.3
categories lang
maintainers nomaintainer@macports.org
description optimizing BrainF*ck to C compiler
long_description \
BrainF*ck is a minimalistic but Turing complete programming language \
devised by Urban Mueller. It is oriented around a tape, a read/write \
head, an input device and an output device. This program converts \
Brainf*ck source into C, while attempting to optimize.
homepage http://bf2c.sourceforge.net/
platforms darwin
master_sites sourceforge
checksums md5 72cabfb53dfab3f83de7ea901dfbb411
use_configure no
destroot {
xinstall -m 555 ${worksrcpath}/bf2c ${destroot}${prefix}/bin
}