1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/mail/dovecot-fts-elastic/Makefile
Yasuhiro Kimura 7a228334ac mail/{dovecot,dovecot-pigeonhole}: Update to latest stable releases
* 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
2023-10-04 16:47:57 +09:00

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>