summaryrefslogtreecommitdiff
path: root/games/gcompris2/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-25 13:21:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-25 13:21:47 +0000
commitfd11bb513fc4bf48f5a85811959c8bc7d2ef5e05 (patch)
tree1f016bd140464e9323fbadea81ea977f6bc32c34 /games/gcompris2/Makefile
parentUpdate modules: proc, custom. (diff)
Update to 0.9.2.
Notes
Notes: svn path=/head/; revision=49193
Diffstat (limited to 'games/gcompris2/Makefile')
-rw-r--r--games/gcompris2/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile
index b65387970930..d7cdc67333d7 100644
--- a/games/gcompris2/Makefile
+++ b/games/gcompris2/Makefile
@@ -6,32 +6,26 @@
#
PORTNAME= gcompris
-PORTVERSION= 0.6.1
+PORTVERSION= 0.9.2
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
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
- @${RM} -f ${WRKSRC}/config.cache
-
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'