diff --git a/mail/roundcube-classic/Makefile b/mail/roundcube-classic/Makefile index 6f18dae276a3..87cf0081b3ea 100644 --- a/mail/roundcube-classic/Makefile +++ b/mail/roundcube-classic/Makefile @@ -1,34 +1,35 @@ 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=82 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-classic/pkg-descr b/mail/roundcube-classic/pkg-descr index d930b563f641..56c2cc8f0d27 100644 --- a/mail/roundcube-classic/pkg-descr +++ b/mail/roundcube-classic/pkg-descr @@ -1,3 +1 @@ "Classic" skin for Roundcube Webmail. - -WWW: https://github.com/roundcube/classic