# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="a purely functional dialect of Scheme"
HOMEPAGE="http://code.google.com/p/owl-lisp/ http://haltp.org/download/readme.txt https://github.com/aoh/owl-lisp"
SRC_URI="http://haltp.org/download/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DOCS="README THANKS"

src_prepare() {
	sed -i -e 's|CFLAGS=|CFLAGS?=|g' Makefile || die 'sed failed'
}