freebsd-ports/mail/roundcube-html5_notifier/Makefile
Mathieu Arnold 347bcbe270 flavorize mail/roundcube and plugins.
PR:		227715
Submitted by:	mat
Approved by:	maintainers
Sponsored by:	Absolight
2018-05-02 16:15:59 +00:00

32 lines
722 B
Makefile

# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
# $FreeBSD$
PORTNAME= html5_notifier
PORTVERSION= 0.6.2
DISTVERSIONPREFIX= v
CATEGORIES= mail
PKGNAMEPREFIX= roundcube-
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= meta@FreeBSD.org
COMMENT= HTML5 desktop notifier plugin for roundcube
LICENSE= GPLv3
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
USES= php:flavors
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>