# Created by: Alexander Moisseev # $FreeBSD: head/mail/roundcube-contextmenu/Makefile 412348 2016-04-01 14:17:44Z mat $ PORTNAME= contextmenu PORTVERSION= 2.1.2 CATEGORIES= mail PKGNAMEPREFIX= roundcube- MAINTAINER= moiseev@mezonplus.ru COMMENT= RoundCube webmail contextmenu plugin LICENSE= GPLv3 RUN_DEPENDS= roundcube>=1.1:mail/roundcube NO_BUILD= yes NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= JohnDoh GH_PROJECT= Roundcube-Plugin-Context-Menu 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