ports/mail/roundcube-html5_notifier/Makefile
Kurt Jaeger 86915ae712 mail/roundcube-html5_notifier: 0.5.2 -> 0.6.2
- some additional translations
- small fixes, among them issue #29

PR:		210087
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2016-06-20 06:19:33 +00:00

30 lines
603 B
Makefile

# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
# $FreeBSD$
PORTNAME= html5_notifier
PORTVERSION= 0.6.2
DISTVERSIONPREFIX= v
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
MAINTAINER= meta+ports@vmeta.jp
COMMENT= HTML5 desktop notifier plugin for roundcube
LICENSE= GPLv3
RUN_DEPENDS= roundcube>=1.0:mail/roundcube
BUILD_DEPENDS= roundcube>=1.0:mail/roundcube
USE_GITHUB= yes
GH_ACCOUNT= stremlau
NO_BUILD= yes
NO_ARCH= yes
WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>