From a6fb99ad42b7be9feaeb4053943378515d6da62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 22 Mar 2012 23:10:25 +0000 Subject: [PATCH] Add a git version of the OCP .bep. --- media-sound/ocp/ocp-0.1.21-git.bep | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 media-sound/ocp/ocp-0.1.21-git.bep diff --git a/media-sound/ocp/ocp-0.1.21-git.bep b/media-sound/ocp/ocp-0.1.21-git.bep new file mode 100644 index 000000000..f300ccc3b --- /dev/null +++ b/media-sound/ocp/ocp-0.1.21-git.bep @@ -0,0 +1,26 @@ +DESCRIPTION="ocp - Open Cubic Player, a music player ported from DOS" +HOMEPAGE="http://stian.cubic.org/project-ocp.php" +SRC_URI="git://git.code.sf.net/p/opencubicplayer/code" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="media-libs/libvorbis >= 1.3.1 + media-libs/libogg >= 1.2.2 + sys-devel/gettext >= 0.18.1.1 + media-libs/libsdl >= 1.2.14" +# media-libs/flac >= 1.2.1" +# ncurses zlib ... cf. ocp.spec +MESSAGE="This port requires gcc4" +BUILD { + cd code + autoconf + CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=`finddir B_COMMON_DIRECTORY` + make +} + +INSTALL { + cd code + make install +} + +LICENSE="GNU GPL v2" +COPYRIGHT="1994-2012 Niklas Beisert, Stian Skjelstad and others"