a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23004 2007-03-21 19:11:37Z pipping@macports.org $
PortSystem 1.0
name Io
version 2007-03-21
categories lang
platforms macosx
maintainers nomaintainer@macports.org
description Io is small prototype-based programming language
long_description \
Io is small prototype-based programming language. The ideas in Io are \
mostly inspired by Smalltalk (all values are objects), Self, \
NewtonScript and Act1 (prototype-based differential inheritance, actors \
and futures for concurrency), LISP (code is a runtime inspectable / \
modifiable tree) and Lua (small, embeddable).
homepage http://www.iolanguage.com/
master_sites http://io.urbanape.com/release/ \
http://www.sigusr1.org/~steve/
checksums md5 c3b3621526579f1c511c3b4a4d83ca42 \
sha1 bb9db8f41906b03e798b7cb10e33535f23afe5c4 \
rmd160 d6df4a8d60c98a99b11729de699ad60e6a5489e9
use_configure no
pre-build {
cd ${worksrcpath}
system make
}
build.type pbx
build.target -project osxvm.xcodeproj -target osxvm
build.args -configuration Deployment
build.dir ${worksrcpath}/projects/osxvm
destroot {
xinstall -d ${destroot}${prefix}/bin
xinstall projects/osxvm/build/Deployment/osxvm ${destroot}${prefix}/bin
}