Initial bep file for agar, note that it is currently broken and my need to have BSDBuild ported in order to generate it's

configure script correctly.
This commit is contained in:
Scott McCreary
2011-08-15 17:21:55 +00:00
parent 96e7e76e34
commit 80e7f6c392

View File

@@ -0,0 +1,26 @@
DESCRIPTION="a modern open-source, cross-platform toolkit for graphical applications"
HOMEPAGE="http://libagar.org/index.html.en"
SRC_URI="http://stable.hypertriton.com/agar/agar-1.4.1.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="ce71fb11ad79c926a968a4ed29053820"
BUILD {
cd agar-1.4.1
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd agar-1.4.1
make install
}
TEST {
cd agar-1.4.1
# make test
# make check
}
LICENSE="BSD (2-clause)"
COPYRIGHT="2002-2011 Hypertrition, Inc."