# $Id: Portfile 56061 2009-08-24 00:33:19Z ryandesign@macports.org $
PortSystem        1.0
name              jekyll
version           0.30a
categories        lang
platforms         darwin
maintainers       andrewkish.name:kobold
description       a high level language translatable to or from C
long_description  Jekyll is a high-level language that can be losslessly \
                  translated to and from readable editable C. This allows \
                  it to be used in C projects, with C programmers, C \
                  libraries, and C tools.
homepage          http://jekyllc.sourceforge.net/
master_sites      sourceforge:jekyllc
distfiles         ${name}-${version}-src.tar.gz
checksums         md5 9df1d427924bceb82515a72e59e53ced

depends_lib       port:ocaml

configure         {}

build.dir         ${workpath}/jekyll-ocaml

destroot {
xinstall -d -m 0755 ${destroot}${prefix}/bin
xinstall -m 0755 ${build.dir}/jekyll ${destroot}${prefix}/bin
}
