aboutsummaryrefslogblamecommitdiff
path: root/mail/roundcube-contextmenu/Makefile
blob: c5e466ae4cac21011c7b285f93cd15843316ea5e (plain) (tree)
1
2
3
4
5
6
7
8
9
                           
                     
                    
                          
                                    


                                                    
                                                                
 
                     
 
                                                                                 
 
                   
                  
                   
                   
 
                   
                       
                                     



                                                                          
 
           

                                                                    

                      
PORTNAME=	contextmenu
PORTVERSION=	3.3.1
CATEGORIES=	mail
PKGNAMEPREFIX=	roundcube-
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}

MAINTAINER=	moiseev@mezonplus.ru
COMMENT=	RoundCube webmail contextmenu plugin
WWW=		https://github.com/johndoh/roundcube-contextmenu

LICENSE=	GPLv3

RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR}

USES=	php:flavors
IGNORE_WITH_PHP=83
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>