2011-11-06 15:43:05 +01:00
|
|
|
PORTNAME= contextmenu
|
2022-08-05 20:16:34 +02:00
|
|
|
PORTVERSION= 3.3.1
|
2011-11-06 15:43:05 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
PKGNAMEPREFIX= roundcube-
|
2018-05-02 18:15:59 +02:00
|
|
|
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
2011-11-06 15:43:05 +01:00
|
|
|
|
|
|
|
MAINTAINER= moiseev@mezonplus.ru
|
|
|
|
COMMENT= RoundCube webmail contextmenu plugin
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/johndoh/roundcube-contextmenu
|
2011-11-06 15:43:05 +01:00
|
|
|
|
2014-06-04 12:35:04 +02:00
|
|
|
LICENSE= GPLv3
|
2011-11-06 15:43:05 +01:00
|
|
|
|
2021-10-30 12:18:27 +02:00
|
|
|
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR}
|
2011-11-06 15:43:05 +01:00
|
|
|
|
2018-05-02 18:15:59 +02:00
|
|
|
USES= php:flavors
|
2022-10-21 09:47:14 +02:00
|
|
|
IGNORE_WITH_PHP=82
|
2011-11-06 15:43:05 +01:00
|
|
|
NO_BUILD= yes
|
2016-01-06 22:38:59 +01:00
|
|
|
NO_ARCH= yes
|
2011-11-06 15:43:05 +01:00
|
|
|
|
2015-04-20 14:45:20 +02:00
|
|
|
USE_GITHUB= yes
|
2014-04-21 04:39:02 +02:00
|
|
|
GH_ACCOUNT= JohnDoh
|
2018-07-31 19:16:07 +02:00
|
|
|
GH_PROJECT= roundcube-contextmenu
|
2014-04-21 04:39:02 +02:00
|
|
|
|
|
|
|
PLUGINDIR= ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
|
|
|
|
RCDIR_REL= ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube
|
|
|
|
PLIST_SUB= RCDIR_REL="${RCDIR_REL}"
|
2011-11-06 15:43:05 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-04-21 04:39:02 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${PLUGINDIR}
|
|
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR}
|
2011-11-06 15:43:05 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|