summaryrefslogtreecommitdiff
path: root/games/foobillard/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-09-25 04:41:39 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-09-25 04:41:39 +0000
commit8d7641d9f21ea66512ce6b0b0563c11402a7d26e (patch)
tree78cfbee849a9c6c3118b81d16dcccc21e3f71803 /games/foobillard/Makefile
parent144185af86c98c52eade6bbc836d48c48904c0f3 (diff)
downloadpkgsrc-8d7641d9f21ea66512ce6b0b0563c11402a7d26e.tar.gz
Initial import of foobillard 2.8. Package imported from pkgsrc-wip.
Foobillard is a free OpenGL-billard game for Unix with realistic physics, AI-player and many gametypes like pool carambol or snooker. The following features are implemented: - wood paneled table with gold covers and gold diamonds - reflections on balls - shadow pixmaps - detail switching of balls according to distance - zoom in/out - hold right mousebutton - FOV +/- - hold right mousebutton + CTRL - rotate - hold left mousebutton - animated queue - simple billard rules for 8 and 9-ball - simple AI-Player - strength adjustment - eccentic hit adjustment (button2+Shift) - lensflare - commandline options - config file (~/.foobillardrc) - red green stereo !!!! - sound (using SDL) - network play
Diffstat (limited to 'games/foobillard/Makefile')
-rw-r--r--games/foobillard/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile
new file mode 100644
index 00000000000..e97a8316ac6
--- /dev/null
+++ b/games/foobillard/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 04:41:39 xtraeme Exp $
+#
+
+DISTNAME= foobillard-2.8
+CATEGORIES= games
+MASTER_SITES= http://foobillard.sunsite.dk/dnl/
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://foobillard.sunsite.dk/
+COMMENT= Free OpenGL-billard game
+
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+USE_X11= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux"
+CONFIGURE_ARGS+= --enable-glut
+.include "../../graphics/glut/buildlink2.mk"
+.else
+CONFIGURE_ARGS+= --enable-nvidia=no
+.include "../../devel/SDL/buildlink2.mk"
+.endif
+
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"