summaryrefslogtreecommitdiff
path: root/mail/nextcloud-mail/Makefile
blob: 41b85742133fa5325bb96dd06d4a5f571be61b37 (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
PORTNAME=	mail
PORTVERSION=	5.4.0
DISTVERSIONPREFIX=	v
CATEGORIES=	mail

MAINTAINER=	brnrd@FreeBSD.org
COMMENT=	Mail app for Nextcloud
WWW=		https://apps.nextcloud.com/apps/mail

LICENSE_FILE=	${WRKSRC}/COPYING

NEXTCLOUD_RUN_DEPENDS=	30

USES=		cpe gettext nextcloud php:flavors
USE_PHP=	imap

CPE_VENDOR=	nextcloud

# Precompiled linux binary is removed by post-patch but path still exist for future manual use
PLIST_DIRS+=   %%WWWDIR%%/vendor/nextcloud/kitinerary-bin/bin

post-patch:
	${RM} ${WRKSRC}/vendor/nextcloud/kitinerary-bin/bin/kitinerary-extractor

.include <bsd.port.mk>