mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
billardgl: code style.
This commit is contained in:
@@ -2,13 +2,15 @@ SUMMARY="A 3D OpenGL Billard Simulator"
|
||||
DESCRIPTION="BillardGL is a very nice looking OpenGL pool billiard simulation,\
|
||||
which was developed within the scope of the course "Computergraphics" at the \
|
||||
University of Freiburg (Germany)"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2008 Tobias Nopper"
|
||||
HOMEPAGE="http://www.billardgl.de"
|
||||
|
||||
COPYRIGHT="2001-2008 Tobias Nopper"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://prdownloads.sourceforge.net/billardgl/BillardGL-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9b865b1254aa30125480ec7ea2ce00d91524db066a524b78492545782856df96"
|
||||
SOURCE_DIR="BillardGL-$portVersion/src"
|
||||
PATCHES="billardgl-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="haiku_icon.rdef"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
@@ -16,26 +18,20 @@ PROVIDES="
|
||||
billardgl = $portVersion
|
||||
app:BillardGL
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libglu
|
||||
devel:libGL
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="BillardGL-$portVersion/src"
|
||||
|
||||
PATCHES="billardgl-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="haiku_icon.rdef"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user