blob: c33bd7761c1ebae49d8762cd70487432ee4aa3f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
PORTNAME= xapian-core
PORTVERSION= 1.2.25
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
LOCAL/sunpoet
PKGNAMESUFFIX= 12
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Probabilistic text search database engine
WWW= https://xapian.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix tar:xz
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= *
CONFLICTS_INSTALL= xapian-core # include/xapian.h
PORTSCOUT= limitw:1,even
OPTIONS_DEFINE= DOCS SSE2
SSE2_DESC= Use SSE2 for floating point
SSE2_CONFIGURE_ENABLE= sse
post-install:
.for file in copydatabase delve quest
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${STAGEDIR}${PREFIX}/bin/xapian-${file}
.endfor
.include <bsd.port.mk>
|