# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/freebasic/freebasic-0.13b.ebuild,v 1 2005/06/20 15:41:25 seemant Exp $ DESCRIPTION="FreeBASIC is an open-source BASIC compiler with syntax that is the most compatible possible with MS-QuickBASIC" HOMEPAGE="http://www.freebasic.net/" SRC_URI="mirror://sourceforge/fbc/freeBASIC-v0.13b-linux.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="x86 -*" IUSE="" DEPEND="" RDEPEND="" src_compile() { einfo Nothing to compile } src_install() { #cp mkinstalldirs ${WORKDIR} cd FreeBASIC ./install.sh || die }