summaryrefslogtreecommitdiff
path: root/games/gnomememoryblocks/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-31 16:01:26 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-31 16:01:26 +0000
commit3995aa0944b4a31faade81c935744873f55a0026 (patch)
tree56bfe942f3832fc4459ce63e0cd7b39585b69151 /games/gnomememoryblocks/Makefile
parentThe project moved to the SF. (diff)
Update to 0.2.
- Replace patches with "standard Gnome regexs" ;) - fetch distfiles from MASTER_SITE_SOURCEFORGE; - Remove redundant USE_GMAKE.
Notes
Notes: svn path=/head/; revision=31173
Diffstat (limited to 'games/gnomememoryblocks/Makefile')
-rw-r--r--games/gnomememoryblocks/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile
index 7fbbefd37d3c..7f2a309a7c39 100644
--- a/games/gnomememoryblocks/Makefile
+++ b/games/gnomememoryblocks/Makefile
@@ -6,12 +6,10 @@
#
PORTNAME= gnomememoryblocks
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= games gnome
-# This should be ${MASTER_SITE_SOURCEFORGE} but doesn't appear to be
-# linked in the right places at the moment
-MASTER_SITES= http://gnome-memblocks.sourceforge.net/downloads/ \
- ftp://gnome-memblocks.sourceforge.net/pub/gnome-memblocks/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gnome-memblocks
DISTNAME= gnome-memblocks-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
@@ -23,13 +21,20 @@ RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
-USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
+ CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+post-extract:
+ @${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'
+
.include <bsd.port.mk>