mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
7a228334ac
* Update mail/dovecot to 2.3.21. * Update mail/dovecot-pigeonhole to 0.5.21. * Bump PORTREVISION of dependencies. ReleaseNotes: https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/Y5SJWAIAVEAQ2KKSWJM7VSJUUFRMFAH5/ PR: 273946 Approved by: maintainer timeout
34 lines
761 B
Makefile
34 lines
761 B
Makefile
PORTNAME= fts-elastic
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= mail
|
|
PKGNAMEPREFIX= dovecot-
|
|
|
|
MAINTAINER= bgupta@kde.org
|
|
COMMENT= Dovecot FTS plugin for using ElasticSearch 6 or 7
|
|
WWW= https://github.com/filiphanes/fts-elastic
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= dovecot>=2.3.7:mail/dovecot
|
|
LIB_DEPENDS= libjson-c.so:devel/json-c
|
|
RUN_DEPENDS= dovecot>=2.3.7:mail/dovecot
|
|
|
|
USES= autoreconf libtool
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= filiphanes
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
PLIST_FILES= lib/dovecot/lib21_fts_elastic_plugin.a \
|
|
lib/dovecot/lib21_fts_elastic_plugin.so
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/lib21_fts_elastic_plugin.so
|
|
|
|
.include <bsd.port.mk>
|