a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name ici
version 4.1.1
categories lang
maintainers nomaintainer@macports.org
description C-like, high level language
long_description \
ICI is a C-like, high level language originally developed by Tim Long \
and placed into the public domain. ICI marries C's expression syntax, \
control structures and overall feel, with a dynamic, garbage collected, \
object-based, data model.
homepage http://www.zeta.org.au/~atrn/ici/
platforms darwin
master_sites sourceforge
checksums md5 4511baa2731ed327b5730f414b3623ba
use_configure no
build.target
destroot.destdir PREFIX=${destroot}${prefix} \
MANDIR=${destroot}${prefix}/share/man/man1
variant darwin {
build.args -f Makefile.osx
destroot.args -f Makefile.osx
}