aboutsummaryrefslogtreecommitdiff
path: root/games/foobillard
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-25 22:58:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-25 22:58:47 +0000
commitd6c451d4283175e52ee393f1ca70a9a0848478a8 (patch)
treed2c41cd34f71a8d829daaf51e299a5ea0ea80141 /games/foobillard
parent8e59b0dcd4bc3a1e5b979717da83208e5ffe6003 (diff)
downloadports-d6c451d4283175e52ee393f1ca70a9a0848478a8.tar.gz
ports-d6c451d4283175e52ee393f1ca70a9a0848478a8.zip
Notes
Diffstat (limited to 'games/foobillard')
-rw-r--r--games/foobillard/Makefile4
-rw-r--r--games/foobillard/files/patch-option.h15
2 files changed, 17 insertions, 2 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile
index 7e2253e84930..622513383939 100644
--- a/games/foobillard/Makefile
+++ b/games/foobillard/Makefile
@@ -7,11 +7,11 @@
PORTNAME= foobillard
PORTVERSION= 2.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://foobillard.sunsite.dk/dnl/
-MAINTAINER= thomas.vogt@bsdunix.ch
+MAINTAINER= thomas@bsdunix.ch
COMMENT= A free OpenGL-billard game
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
diff --git a/games/foobillard/files/patch-option.h b/games/foobillard/files/patch-option.h
new file mode 100644
index 000000000000..7d79043d598d
--- /dev/null
+++ b/games/foobillard/files/patch-option.h
@@ -0,0 +1,15 @@
+--- src/options.h.orig Fri Jan 19 16:13:40 2007
++++ src/options.h Fri Jan 19 16:14:41 2007
+@@ -97,9 +97,9 @@
+ #define options_shared_data_path "/usr/local/shared/foobillard"
+
+ #define options_player_fontname "iomanoid.ttf"
+-#define options_help_fontname "youregon.ttf"
+-#define options_menu_fontname "youregon.ttf"
+-#define options_winner_fontname "youregon.ttf"
++#define options_help_fontname "bluebold.ttf"
++#define options_menu_fontname "bluebold.ttf"
++#define options_winner_fontname "bluebold.ttf"
+ #define options_ball_fontname "bluebold.ttf"
+ #define options_score_fontname "bluebold.ttf"
+ #define options_roster_fontname "bluebold.ttf"