Files
ports/mail/nextcloud-mail/Makefile
T
2026-07-09 16:12:45 +02:00

26 lines
587 B
Makefile

PORTNAME= mail
PORTVERSION= 5.10.7
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= 32
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>