Files
haikuports/haiku-apps/vision/vision-933.bep
Scott McCreary 9a2c93642a Initial .bep for for Beacon, note that it's not currently building as there seems to be an issue with gcc4
finding libraries, it's not finding clucene even though it's been installed.
Updated bep file for vision-933 to mark it as unstable.  The current stable version of vision is r908.
2011-02-08 16:58:55 +00:00

31 lines
647 B
Plaintext

DESCRIPTION="Vision is an irc client for Haiku"
HOMEPAGE="http://vision.sourceforge.net/"
SRC_URI="svn+http://vision.svn.sourceforge.net/svnroot/vision/trunk#933"
REVISION="1"
STATUS_HAIKU="unstable"
DEPEND=""
BUILD {
cd vision-933
cd Vision
if [ -n "$(setgcc | grep '2')" ]; then
cp Makefile.gcc2 Makefile
else
rm Makefile
cp Makefile.gcc4 Makefile
fi
make
}
INSTALL {
cd vision-933
cd Vision
mkdir -p ${DESTDIR}`finddir B_APPS_DIRECTORY`/Vision
cp Vision ${DESTDIR}`finddir B_APPS_DIRECTORY`/Vision
cd data
cp -r * ${DESTDIR}`finddir B_APPS_DIRECTORY`/Vision
}
COPYRIGHT="1999-2010 The Vision Team"
LICENSE="MPL v1.1"