aboutsummaryrefslogblamecommitdiff
path: root/databases/xapian-core/Makefile
blob: db5e60d12e7a84dedbb0ec4be2bcb078bea3dadd (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                       
                      
                 
                         
                                                             
 
                             

                                                           
                     
                   
                   
 

                                                      


                                                                 
 



                                     
             


                                                                                        


                            

                      
# New ports collection makefile for:	xapian-core
# Date created:				5 November 2005
# Whom:					J.F. Dockes
#
# $FreeBSD$
#

PORTNAME=	xapian-core
PORTVERSION=	1.0.22
PORTEPOCH=	1
CATEGORIES=	databases
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/

MAINTAINER=	jf@dockes.org
COMMENT=	A probabilistic text search database engine

LICENSE=	GPLv2
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

OPTIONS=	SSE2 "Use SSE2 for floating point" Off

MAN1=		quartzcheck.1 quartzcompact.1 quartzdump.1 \
		xapian-check.1 xapian-compact.1 xapian-config.1 \
		xapian-progsrv.1 xapian-tcpsrv.1 xapian-inspect.1

.if defined(WITHOUT_SSE2)
CONFIGURE_ARGS+=	--disable-sse
.endif

post-install:
.for file in delve quest copydatabase
	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file}
.endfor
.ifdef(NOPORTDOCS)
	${RM} -rf ${DOCSDIR}
.endif

.include <bsd.port.mk>