summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-07 20:37:30 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-07 20:37:30 +0000
commit9cd55671c4e87a3e8f88bafcf730e2c5cd49b3fd (patch)
tree57f5cbfd601c2589b8ef043483625652a22c3a99 /games
parentRemove guilib dependency, it's required only by some example files (diff)
update to 0.5.4
Notes
Notes: svn path=/head/; revision=153017
Diffstat (limited to 'games')
-rw-r--r--games/briquolo/Makefile7
-rw-r--r--games/briquolo/distinfo6
-rw-r--r--games/briquolo/pkg-plist13
3 files changed, 19 insertions, 7 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile
index 5428e45b7423..e9ffd12eb6d0 100644
--- a/games/briquolo/Makefile
+++ b/games/briquolo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= briquolo
-PORTVERSION= 0.5.1
+PORTVERSION= 0.5.4
CATEGORIES= games
MASTER_SITES= http://briquolo.free.fr/download/
@@ -16,7 +16,7 @@ COMMENT= Breakout clone with an OpenGL 3D representation
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_BZIP2= yes
-USE_SDL= mixer sdl
+USE_SDL= mixer sdl ttf
USE_GCC= 3.4
USE_REINPLACE= yes
USE_GMAKE= yes
@@ -34,4 +34,7 @@ post-patch:
@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|SDL/SDL|SDL|g'
+pre-install:
+ ${MKDIR} ${PREFIX}/share/applications
+
.include <bsd.port.mk>
diff --git a/games/briquolo/distinfo b/games/briquolo/distinfo
index 1801f0e146d8..6138e71e8456 100644
--- a/games/briquolo/distinfo
+++ b/games/briquolo/distinfo
@@ -1,3 +1,3 @@
-MD5 (briquolo-0.5.1.tar.bz2) = 7975bda39bc9811e490b37ccc93dbff2
-SHA256 (briquolo-0.5.1.tar.bz2) = c1300cd2d423e5ff5790d1d13d871cff5ccc383f07678e99c6b425d04252029f
-SIZE (briquolo-0.5.1.tar.bz2) = 2499223
+MD5 (briquolo-0.5.4.tar.bz2) = c8bed228053412c8d2913933cd524caa
+SHA256 (briquolo-0.5.4.tar.bz2) = 26f6d6f9a716b8cc4d686340050dbd97f0da7edf9a73f280d427c92ced00fb39
+SIZE (briquolo-0.5.4.tar.bz2) = 2552600
diff --git a/games/briquolo/pkg-plist b/games/briquolo/pkg-plist
index 40ba1a4e3d57..0ce1e8eb9e31 100644
--- a/games/briquolo/pkg-plist
+++ b/games/briquolo/pkg-plist
@@ -1,5 +1,6 @@
bin/briquolo
%%DATADIR%%/%%VERSION%%
+%%DATADIR%%/data/DejaVuSans.ttf
%%DATADIR%%/data/Environment.1.png
%%DATADIR%%/data/Environment.2.png
%%DATADIR%%/data/Environment.3.png
@@ -59,13 +60,11 @@ bin/briquolo
%%DATADIR%%/data/petit.png
%%DATADIR%%/data/petite_brique.png
%%DATADIR%%/data/petite_brique.tri
-%%DATADIR%%/data/petite_police.ftx
%%DATADIR%%/data/pierre.png
%%DATADIR%%/data/plateau.png
%%DATADIR%%/data/plateau_droite.tri
%%DATADIR%%/data/plateau_gauche.tri
%%DATADIR%%/data/plateau_milieu.tri
-%%DATADIR%%/data/police.ftx
%%DATADIR%%/data/rebond.wav
%%DATADIR%%/data/slow.png
%%DATADIR%%/data/superpuissance.png
@@ -98,10 +97,20 @@ bin/briquolo
%%DATADIR%%/tableau/old/015.tab
%%DATADIR%%/tableau/old/016.tab
%%DATADIR%%/tableau/old/description
+share/pixmaps/briquolo.svg
share/locale/fr/LC_MESSAGES/briquolo.mo
share/locale/nl/LC_MESSAGES/briquolo.mo
+share/locale/de/LC_MESSAGES/briquolo.mo
+share/locale/ru/LC_MESSAGES/briquolo.mo
+share/locale/be/LC_MESSAGES/briquolo.mo
+share/locale/pl/LC_MESSAGES/briquolo.mo
+share/locale/pt/LC_MESSAGES/briquolo.mo
+share/locale/sk/LC_MESSAGES/briquolo.mo
@dirrm %%DATADIR%%/tableau/old
@dirrm %%DATADIR%%/tableau/new
@dirrm %%DATADIR%%/tableau
@dirrm %%DATADIR%%/data
@dirrm %%DATADIR%%
+@dirrm share/pixmaps
+share/applications/briquolo.desktop
+@unexec rmdir %D/share/applications 2>/dev/null || true