mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
66ab2ea60d
The roundcube port itself has the restriction removed. All plugins which I use seem to work with 8.3. Maintainer timeout: about a month (except for 1)
30 lines
708 B
Makefile
30 lines
708 B
Makefile
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
|
|
WWW= https://github.com/stremlau/html5_notifier
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
|
|
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
|
|
|
|
USES= php:flavors
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= stremlau
|
|
|
|
WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME}
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|