aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-fts-xapian/Makefile
blob: 5479a380c04c74e03e4fe42f0fb21cae13ca8173 (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
PORTNAME=	fts-xapian
DISTVERSION=	1.4.9
DISTVERSIONSUFFIX=	b
CATEGORIES=	mail
PKGNAMEPREFIX=	dovecot-

MAINTAINER=	otis@FreeBSD.org
COMMENT=	Dovecot FTS plugin based on Xapian

LICENSE=	LGPL21

BUILD_DEPENDS=	dovecot>=2.3.7:mail/dovecot
LIB_DEPENDS=	libicuuc.so:devel/icu \
		libxapian.so:databases/xapian-core
RUN_DEPENDS=	dovecot>=2.3.7:mail/dovecot

USES=		autoreconf compiler:c++11-lang libtool pkgconfig

USE_GITHUB=	yes
GH_ACCOUNT=	grosjo
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

PLIST_FILES=	lib/dovecot/lib21_fts_xapian_plugin.a \
		lib/dovecot/lib21_fts_xapian_plugin.so

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/lib21_fts_xapian_plugin.so

.include <bsd.port.mk>