diff --git a/mail/roundcube-classic/Makefile b/mail/roundcube-classic/Makefile index 91eaeea5f082..651347829099 100644 --- a/mail/roundcube-classic/Makefile +++ b/mail/roundcube-classic/Makefile @@ -1,35 +1,33 @@ PORTNAME= classic DISTVERSION= 1.6.0 CATEGORIES?= mail www PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= brnrd@FreeBSD.org COMMENT= Larry skin/theme for Rouncube webmail WWW= https://github.com/roundcube/classic/ LICENSE= GPLv3+ USES= cpe php:flavors RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.6.0:mail/roundcube@${PHP_FLAVOR} NO_ARCH= yes NO_BUILD= yes CPE_PRODUCT= webmail CPE_VENDOR= roundcube -IGNORE_WITH_PHP=83 - WWWDIR= ${PREFIX}/www/${PKGNAMEPREFIX:S/-//}/skins/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= ${PKGNAMEPREFIX:S/-//} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) @(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \ ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST} .include diff --git a/mail/roundcube-larry/Makefile b/mail/roundcube-larry/Makefile index 97a85a0516e9..e2316ebc9529 100644 --- a/mail/roundcube-larry/Makefile +++ b/mail/roundcube-larry/Makefile @@ -1,35 +1,33 @@ PORTNAME= larry DISTVERSION= 1.6.1 CATEGORIES?= mail www PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= brnrd@FreeBSD.org COMMENT= Larry skin/theme for Rouncube webmail WWW= https://github.com/roundcube/larry/ LICENSE= GPLv3+ USES= cpe php:flavors RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.6.0:mail/roundcube@${PHP_FLAVOR} NO_ARCH= yes NO_BUILD= yes CPE_PRODUCT= webmail CPE_VENDOR= roundcube -IGNORE_WITH_PHP=83 - WWWDIR= ${PREFIX}/www/${PKGNAMEPREFIX:S/-//}/skins/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= ${PKGNAMEPREFIX:S/-//} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) @(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \ ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST} .include diff --git a/mail/roundcube-twofactor_gauthenticator/Makefile b/mail/roundcube-twofactor_gauthenticator/Makefile index 5be83f53a14a..99fcafbfa763 100644 --- a/mail/roundcube-twofactor_gauthenticator/Makefile +++ b/mail/roundcube-twofactor_gauthenticator/Makefile @@ -1,36 +1,35 @@ PORTNAME= twofactor_gauthenticator PORTVERSION= g20231119 CATEGORIES= mail security PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= brnrd@FreeBSD.org COMMENT= Roundcube TOTP auth plugin WWW= https://github.com/alexandregz/twofactor_gauthenticator LICENSE= GPLv2 BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP=83 USE_GITHUB= yes GH_ACCOUNT= alexandregz GH_TAGNAME= 23d8f4c NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} cd ${STAGEDIR}${WWWDIR} && \ ${MV} config.inc.php.dist config.inc.php.sample .include