8d6597e0bb
With hat: portmgr Sponsored by: Absolight
31 lines
694 B
Makefile
31 lines
694 B
Makefile
# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
|
|
# $FreeBSD$
|
|
|
|
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 <bsd.port.mk>
|