# $Id: Portfile,v 1.2 2006/01/09 00:09:54 mww Exp $

PortSystem 1.0

name			yabasic
version			2.763
categories		lang
platforms		darwin
maintainers		mww@opendarwin.org
description		yet another basic language
long_description	Yabasic implements the most common and simple elements \
				of the basic language. It comes with goto/gosub, with \
				various loops, with user defined subroutines and Libraries. \
				Yabasic does monochrome line graphics and printing.

homepage		http://www.yabasic.de/
master_sites	${homepage}/download/
checksums		md5 98f0cb59db973b89753abcc24b2c5ec2

depends_lib		lib:libX11.6:XFree86

configure.args	--mandir=${prefix}/share/man

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
}

