blob: 4fd465f1d69e37ef54f4f923511dfa3117c1a8be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= contextmenu
PORTVERSION= 3.3
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= moiseev@mezonplus.ru
COMMENT= RoundCube webmail contextmenu plugin
LICENSE= GPLv3
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR}
USES= php:flavors
IGNORE_WITH_PHP=81 82
NO_BUILD= yes
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= JohnDoh
GH_PROJECT= roundcube-contextmenu
PLUGINDIR= ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME}
RCDIR_REL= ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube
PLIST_SUB= RCDIR_REL="${RCDIR_REL}"
do-install:
${MKDIR} ${STAGEDIR}${PLUGINDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR}
.include <bsd.port.mk>
|