2013-02-20 21:34:54 +01:00
|
|
|
# Created by: J.F. Dockes
|
2005-11-11 20:39:17 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xapian-core
|
2015-05-21 23:25:11 +02:00
|
|
|
PORTVERSION= 1.2.21
|
2010-09-30 01:52:55 +02:00
|
|
|
PORTEPOCH= 1
|
2005-11-11 20:39:17 +01:00
|
|
|
CATEGORIES= databases
|
2012-02-12 04:36:17 +01:00
|
|
|
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
|
|
|
LOCAL/sunpoet
|
2005-11-11 20:39:17 +01:00
|
|
|
|
2012-02-12 04:36:17 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-08-21 19:17:25 +02:00
|
|
|
COMMENT= Probabilistic text search database engine
|
2005-11-11 20:39:17 +01:00
|
|
|
|
2010-10-29 18:23:53 +02:00
|
|
|
LICENSE= GPLv2
|
2012-02-07 02:28:01 +01:00
|
|
|
|
2012-06-27 10:30:01 +02:00
|
|
|
OPTIONS_DEFINE= DOCS SSE2
|
|
|
|
SSE2_DESC= Use SSE2 for floating point
|
2012-02-07 02:28:01 +01:00
|
|
|
|
2012-05-14 20:46:00 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-30 17:40:44 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2006-12-08 23:55:35 +01:00
|
|
|
USE_LDCONFIG= yes
|
2015-03-05 18:26:59 +01:00
|
|
|
USES= libtool pathfix tar:xz
|
2005-11-11 20:39:17 +01:00
|
|
|
|
2013-12-05 21:26:12 +01:00
|
|
|
PORTDOCS= *
|
2006-04-28 05:32:08 +02:00
|
|
|
|
2013-12-05 21:26:12 +01:00
|
|
|
SSE2_CONFIGURE_ENABLE= sse
|
2012-02-07 02:28:01 +01:00
|
|
|
|
2010-09-26 07:47:32 +02:00
|
|
|
post-install:
|
2012-05-14 20:46:00 +02:00
|
|
|
.for file in copydatabase delve quest
|
2013-10-23 20:56:49 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${STAGEDIR}${PREFIX}/bin/xapian-${file}
|
2010-09-30 01:52:29 +02:00
|
|
|
.endfor
|
2005-11-11 20:39:17 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|