billardgl: code style.

This commit is contained in:
Jerome Duval
2018-08-03 09:57:30 +02:00
parent bd663df548
commit 4ce49f0f0b

View File

@@ -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