# $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp@macports.org $

PortSystem 1.0
name             scriptix
version          0.31
categories       devel
maintainers      nomaintainer
description      scripting system coded in C++
long_description \
	Scriptix is a scripting system coded in C++, designed solely \
	for embedding in other C++ applications. Scriptix doesn't \
	pretend to be a stand-alone language.
homepage         http://www.awemud.net/
platforms        darwin
master_sites     sourceforge:awemud
checksums        md5 62cfa278d9580d17bedce9d67365cc93
depends_lib      port:boehmgc
patchfiles	 patch-Makefile.am patch-Makefile.in
post-patch {
	reinplace s|shrext_cmds|shrext|g ${worksrcpath}/configure
}
configure.args   --with-gc=${prefix}
