# $Id: Portfile 33297 2008-01-23 09:32:47Z ryandesign@macports.org $

PortSystem 1.0
name             prothon
version          0.1.2-b711
revision         1
categories       lang
maintainers      nomaintainer
description      industrial-strength alternative to Python and Self
long_description \
	Prothon is a fresh new language that gets rid of classes \
	altogether in the same way that Self does and regains the \
	original practical and fun sensibility of Python. This \
	major improvement plus many minor ones make for a clean \
	new revolutionary break in language development. Prothon \
	is quite simple and yet offers the power of Python and Self.
homepage         http://prothon.org/
platforms        darwin
master_sites     ${homepage}pub/prothon/
checksums        md5 71bfef4e0269be720bc4236671bfdbfe

depends_build    port:pkgconfig
depends_lib      port:boost port:sqlite2 port:apr \
                 port:expat port:libiconv port:db44

patchfiles       patch-include__prothon__prothon.h

configure.cppflags	-I${prefix}/include/db44 -I${prefix}/include
configure.ldflags	-L${prefix}/lib/db44 -L${prefix}/lib
