diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
commit | b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (patch) | |
tree | 1b4ff069c830fd60b78ef9613fa9aa5abef69f83 /games/gno3dtet | |
parent | Implement WANT_IMLIB and USE_IMLIB. (diff) |
Implement USE_GNOME, part 1.
Notes
Notes:
svn path=/head/; revision=33428
Diffstat (limited to '')
-rw-r--r-- | games/gno3dtet/Makefile | 21 | ||||
-rw-r--r-- | games/gno3dtet/pkg-plist | 32 |
2 files changed, 29 insertions, 24 deletions
diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index 7a72dc3ac81d..a40d496f624a 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -13,14 +13,19 @@ EXTRACT_SUFX= .tgz MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs - -GNOME_CONFIG?= ${X11BASE}/bin/gnome-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -GNU_CONFIGURE= yes -CONFIGURE_ENV= GNOME_CONFIG=${GNOME_CONFIG} GTK_CONFIG=${GTK_CONFIG} USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +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\)/gnome/|\$$\(datadir\)/|g ; \ + s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' pre-configure: @${RM} -f ${WRKSRC}/config.cache @@ -28,7 +33,7 @@ pre-configure: post-install: ${CHOWN} root:games ${PREFIX}/bin/gno3dtet ${CHMOD} 2555 ${PREFIX}/bin/gno3dtet - ${CHOWN} root:games ${PREFIX}/var/games/gno3dtet.hof - ${CHMOD} 664 ${PREFIX}/var/games/gno3dtet.hof + ${CHOWN} root:games ${PREFIX}/share/gnome/games/gno3dtet.hof + ${CHMOD} 664 ${PREFIX}/share/gnome/games/gno3dtet.hof .include <bsd.port.mk> diff --git a/games/gno3dtet/pkg-plist b/games/gno3dtet/pkg-plist index a4e088a973ad..0694b7bb88dc 100644 --- a/games/gno3dtet/pkg-plist +++ b/games/gno3dtet/pkg-plist @@ -1,21 +1,21 @@ bin/gno3dtet share/gnome/apps/Games/gno3dtet.desktop -share/gnome/help/gno3dtet/C/topic.dat -share/gnome/help/gno3dtet/C/gno3dtet.html +share/gnome/games/gno3dtet.hof share/gnome/help/gno3dtet/C/copying.html -share/pixmaps/gno3dtet.png -var/games/gno3dtet.hof -share/sounds/gno3dtet/danger.wav -share/sounds/gno3dtet/fall.wav -share/sounds/gno3dtet/hof.wav -share/sounds/gno3dtet/land.wav -share/sounds/gno3dtet/layer.wav -share/sounds/gno3dtet/level.wav -share/sounds/gno3dtet/move.wav -share/sounds/gno3dtet/new.wav -share/sounds/gno3dtet/pause.wav -share/sounds/gno3dtet/score.wav -share/sounds/gno3dtet/screwd.wav +share/gnome/help/gno3dtet/C/gno3dtet.html +share/gnome/help/gno3dtet/C/topic.dat +share/gnome/pixmaps/gno3dtet.png +share/gnome/sounds/gno3dtet/danger.wav +share/gnome/sounds/gno3dtet/fall.wav +share/gnome/sounds/gno3dtet/hof.wav +share/gnome/sounds/gno3dtet/land.wav +share/gnome/sounds/gno3dtet/layer.wav +share/gnome/sounds/gno3dtet/level.wav +share/gnome/sounds/gno3dtet/move.wav +share/gnome/sounds/gno3dtet/new.wav +share/gnome/sounds/gno3dtet/pause.wav +share/gnome/sounds/gno3dtet/score.wav +share/gnome/sounds/gno3dtet/screwd.wav +@dirrm share/gnome/sounds/gno3dtet @dirrm share/gnome/help/gno3dtet/C @dirrm share/gnome/help/gno3dtet -@dirrm share/sounds/gno3dtet |