26 lines
586 B
Makefile
26 lines
586 B
Makefile
PORTNAME= mail
|
|
PORTVERSION= 5.6.5
|
|
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>
|