summaryrefslogtreecommitdiff
path: root/games/foobillard
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-02-27 10:37:45 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-02-27 10:37:45 +0000
commit6d541c0346c3cfee4f16757de30f611a22b31b4b (patch)
tree3aaf6211096be27a2adacf3d133d54f815f23c5c /games/foobillard
parentRetire Pike 7.3. (diff)
Fix build if SDL is linked wiithout esound.
De-pkg-comment. Reported by: bento Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
Notes
Notes: svn path=/head/; revision=76568
Diffstat (limited to 'games/foobillard')
-rw-r--r--games/foobillard/Makefile2
-rw-r--r--games/foobillard/pkg-comment1
2 files changed, 2 insertions, 1 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile
index bbef7073884a..b2efffb6027c 100644
--- a/games/foobillard/Makefile
+++ b/games/foobillard/Makefile
@@ -11,6 +11,7 @@ CATEGORIES= games
MASTER_SITES= http://foobillard.sunsite.dk/dnl/
MAINTAINER= thomas.vogt@bsdunix.ch
+COMMENT= A free OpenGL-billard game
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
png.5:${PORTSDIR}/graphics/png \
@@ -26,6 +27,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-SDL --prefix=${PREFIX} \
--includedir="${X11BASE}/include"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgnugetopt"
.if !defined(WITH_NVIDIA_BUMPREF)
CONFIGURE_ARGS+= --disable-bumpref
diff --git a/games/foobillard/pkg-comment b/games/foobillard/pkg-comment
deleted file mode 100644
index b850b16731a3..000000000000
--- a/games/foobillard/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A free OpenGL-billard game