diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-25 13:21:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-25 13:21:47 +0000 |
commit | fd11bb513fc4bf48f5a85811959c8bc7d2ef5e05 (patch) | |
tree | 1f016bd140464e9323fbadea81ea977f6bc32c34 /games/gcompris2/Makefile | |
parent | Update 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/Makefile | 14 |
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' |