summaryrefslogtreecommitdiff
path: root/games/gcompris2
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 07:10:50 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 07:10:50 +0000
commitb7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (patch)
tree1b4ff069c830fd60b78ef9613fa9aa5abef69f83 /games/gcompris2
parentImplement WANT_IMLIB and USE_IMLIB. (diff)
Implement USE_GNOME, part 1.
Notes
Notes: svn path=/head/; revision=33428
Diffstat (limited to 'games/gcompris2')
-rw-r--r--games/gcompris2/Makefile24
-rw-r--r--games/gcompris2/pkg-plist26
2 files changed, 22 insertions, 28 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile
index 370ee96880db..a6d5bbb2fdfb 100644
--- a/games/gcompris2/Makefile
+++ b/games/gcompris2/Makefile
@@ -15,29 +15,23 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
-RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
- ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio
USE_X_PREFIX= yes
USE_GMAKE= yes
+USE_GNOME= yes
GNU_CONFIGURE= yes
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}" \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
post-extract:
@${LN} -sf ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
@${LN} -sf ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs
- @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
+
+pre-patch:
+ @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/pixmaps|\$\(datadir\)/gnome/pixmaps|g ; \
- s|\$\(datadir\)/sounds|\$\(datadir\)/gnome/sounds|g ; \
- s|\$\(localstatedir\)/games|\$\(datadir\)/gnome/games|g'
+ 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
+ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
.include <bsd.port.mk>
diff --git a/games/gcompris2/pkg-plist b/games/gcompris2/pkg-plist
index e9a93f247271..de80d4173a65 100644
--- a/games/gcompris2/pkg-plist
+++ b/games/gcompris2/pkg-plist
@@ -1,16 +1,16 @@
bin/gcompris
etc/sound/events/gcompris.soundlist
-share/gcompris/data/wordsgame/wordslevel1.en
-share/gcompris/data/wordsgame/wordslevel1.es
-share/gcompris/data/wordsgame/wordslevel1.fr
-share/gcompris/data/wordsgame/wordslevel2.en
-share/gcompris/data/wordsgame/wordslevel2.es
-share/gcompris/data/wordsgame/wordslevel2.fr
-share/gcompris/data/wordsgame/wordslevelmax.en
-share/gcompris/data/wordsgame/wordslevelmax.es
-share/gcompris/data/wordsgame/wordslevelmax.fr
-share/gcompris/data/wordsgame/wordslevelmax.nl
share/gnome/apps/Games/gcompris.desktop
+share/gnome/gcompris/data/wordsgame/wordslevel1.en
+share/gnome/gcompris/data/wordsgame/wordslevel1.es
+share/gnome/gcompris/data/wordsgame/wordslevel1.fr
+share/gnome/gcompris/data/wordsgame/wordslevel2.en
+share/gnome/gcompris/data/wordsgame/wordslevel2.es
+share/gnome/gcompris/data/wordsgame/wordslevel2.fr
+share/gnome/gcompris/data/wordsgame/wordslevelmax.en
+share/gnome/gcompris/data/wordsgame/wordslevelmax.es
+share/gnome/gcompris/data/wordsgame/wordslevelmax.fr
+share/gnome/gcompris/data/wordsgame/wordslevelmax.nl
share/gnome/pixmaps/gcompris/animals/baby-elephant.png
share/gnome/pixmaps/gcompris/animals/baby-gorilla.png
share/gnome/pixmaps/gcompris/animals/bat.png
@@ -156,6 +156,6 @@ share/locale/nl/LC_MESSAGES/gcompris.mo
@dirrm share/gnome/pixmaps/gcompris/buttons
@dirrm share/gnome/pixmaps/gcompris/animals
@dirrm share/gnome/pixmaps/gcompris
-@dirrm share/gcompris/data/wordsgame
-@dirrm share/gcompris/data
-@dirrm share/gcompris
+@dirrm share/gnome/gcompris/data/wordsgame
+@dirrm share/gnome/gcompris/data
+@dirrm share/gnome/gcompris