aboutsummaryrefslogblamecommitdiff
path: root/textproc/libextractor/Makefile
blob: fc3b8cb2d6a76bc82a9ab84382da4910b19a36b9 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                    
                       
                        


                                                          
 
                              

                                              

                                                     
                    

                      
                          
                   
                   
                                          
                                                             



                                                        
 

                      
 
           

                                                              


                                                        

                                                          

                                                                                     
 


                                                                                                     


                               


                                                   
                                                          



                                                    
                         
     
                                  
      
 








                                                                             
                           
# New ports collection makefile for:	libextractor
# Date created:		25 May 2005
# Whom:			kevlo@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	libextractor
PORTVERSION=	0.5.17a
CATEGORIES=	textproc
MASTER_SITES=	http://gnunet.org/libextractor/download/ \
		${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	vd@FreeBSD.org
COMMENT=	Library for keyword extraction

LIB_DEPENDS=	mpeg2:${PORTSDIR}/multimedia/libmpeg2

USE_GCC=	3.4+
USE_GNOME=	glib20
USE_PYTHON=	yes
USE_AUTOTOOLS=	libltdl:15
USE_DOS2UNIX=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	${PREFIX}/lib/libextractor
CONFIGURE_ARGS=	--disable-ltdl-install --mandir=${PREFIX}/man
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

EXTRACT_AFTER_ARGS=	| ${TAR} -xf - --exclude libltdl

MAN1=	extract.1
MAN3=	libextractor.3

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)

# this thing depends on install
#regression-test: check

.include <bsd.port.pre.mk>

.if exists(${LOCALBASE}/include/wand/magick-wand.h)
LIB_DEPENDS+=	Magick.10:${PORTSDIR}/graphics/ImageMagick
.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 <bsd.port.post.mk>