freebsd-ports/mail/roundcube-contextmenu/Makefile
Pawel Pekala 0668e57966 - Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now
- Add NO_ARCH

PR:		205968
Submitted by:	myself
Approved by:	maintainer
2016-01-06 21:38:59 +00:00

31 lines
706 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:${PORTSDIR}/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>