aboutsummaryrefslogtreecommitdiffstats
path: root/databases/xapian-core/Makefile
blob: c8b143d8fcb6f45bbb08948adf0bc0d121e3a041 (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
# Created by: J.F. Dockes
# $FreeBSD$

PORTNAME=   xapian-core
PORTVERSION=    1.4.8
PORTEPOCH=  1
CATEGORIES= databases
MASTER_SITES=   https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
        LOCAL/sunpoet

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Probabilistic text search database engine

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

CONFLICTS_INSTALL=  xapian-core10 xapian-core12

OPTIONS_DEFINE= DOCS SSE2
SSE2_DESC=  Use SSE2 for floating point

PORTSCOUT=  limitw:1,even

USES=       compiler:c++11-lang libtool pathfix tar:xz

GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip
USE_CXXSTD= c++11
USE_LDCONFIG=   yes

SSE2_CONFIGURE_ENABLE=  sse

post-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/bin/xapian-inspect ${STAGEDIR}${PREFIX}/bin/xapian-inspect

.include <bsd.port.mk>