Index: head/textproc/libextractor/Makefile =================================================================== --- head/textproc/libextractor/Makefile (revision 155889) +++ head/textproc/libextractor/Makefile (revision 155890) @@ -1,75 +1,75 @@ # New ports collection makefile for: libextractor # Date created: 25 May 2005 # Whom: kevlo@FreeBSD.org # # $FreeBSD$ # PORTNAME= libextractor PORTVERSION= 0.5.9 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kevlo@FreeBSD.org COMMENT= Library for keyword extraction USE_GCC= 3.4+ USE_GNOME= glib20 USE_PYTHON= yes USE_AUTOTOOLS= libtool:15:inc libltdl:15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-ltdl-install CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude libltdl MAN1= extract.1 MAN3= libextractor.3 post-extract: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's| $$||g' post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/src/plugins/Makefile.* \ ${WRKSRC}/src/plugins/exiv2/Makefile.* \ ${WRKSRC}/src/plugins/rpm/Makefile.* @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|^#ifdef EXV_HAVE_STDINT_H$$|#if EXV_HAVE_STDINT_H|' \ ${WRKSRC}/src/plugins/exiv2/types.hpp check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .include .if exists(${LOCALBASE}/include/wand/magick-wand.h) -LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK:="" .else PLIST_SUB+= IMAGEMAGICK:="@comment " .endif .if exists(${LOCALBASE}/include/vorbis/vorbisfile.h) LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS:="" .else PLIST_SUB+= VORBIS:="@comment " .endif patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ $$file.tmp > $$file; \ ${RM} $$file.tmp; \ done); .include Property changes on: head/textproc/libextractor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property