5d68faecad
Relnotes: https://github.com/stremlau/html5_notifier/releases/tag/v0.6.4 Sponsored by: HAW International
31 lines
672 B
Makefile
31 lines
672 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= html5_notifier
|
|
PORTVERSION= 0.6.4
|
|
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>
|