freebsd-ports/mail/rainloop/Makefile
Adam Weinberger d69172e45a Update rainloop/rainloop-community to 1.10.0-107.
PR:		209485
Approved by:	maintainer (loic dot blot at unix-experience dot fr)
2016-05-17 15:27:35 +00:00

60 lines
1.7 KiB
Makefile

# $FreeBSD$
PORTNAME= rainloop
PORTVERSION= 1.10.0
CATEGORIES?= mail www
MASTER_SITES= http://repository.rainloop.net/v2/webmail/${PORTVERSION}/
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}.${RBUILD}-${RHASH}
MAINTAINER= loic.blot@unix-experience.fr
COMMENT= Modern and interactive webmail
.if !defined(PKGNAMESUFFIX)
LICENSE= RainLoop
LICENSE_NAME= RainLoop Software License
LICENSE_TEXT= License can be found at: http://www.rainloop.net/licensing/
LICENSE_PERMS= auto-accept
.endif
.if !defined(PKGNAMESUFFIX)
# Refresh using info from http://repository.rainloop.net/v2/core.stable.json
RHASH= 612fd7ad99051ba0b8bf465f21998678
.endif
.if defined(PKGNAMESUFFIX)
# Refresh using info from http://repository.rainloop.net/v2/core.open.json
RHASH= 40d27141a175903a3853fe6ccf4ec753
.endif
# Refresh using info from http://repository.rainloop.net/v2/core.(stable|open).json
RBUILD= 107
.if !defined(PKGNAMESUFFIX)
RESTRICTED= Redistribution in any form is prohibited
.endif
USES= zip
NO_BUILD= yes
NO_ARCH= yes
NO_WRKSUBDIR= yes
WANT_PHP_WEB= yes
USE_PHP= curl iconv json xml dom openssl pcre spl zlib
RVER= ${PORTVERSION}.${RBUILD}
PLIST_SUB= VER="${RVER}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
OPTIONS_RADIO= DB
OPTIONS_RADIO_DB= MYSQL PGSQL SQLITE
OPTIONS_DEFAULT= SQLITE
MYSQL_USE= PHP=pdo_mysql
PGSQL_USE= PHP=pdo_pgsql
SQLITE_USE= PHP=pdo_sqlite
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}/data
${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${WWWDIR}/data
${INSTALL_DATA} ${WRKSRC}/index.php ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} rainloop ${STAGEDIR}${WWWDIR})
# Prune empty dirs
@${FIND} ${STAGEDIR}${WWWDIR}/${PORTNAME}/v/${RVER} -type d -empty -delete
.include <bsd.port.mk>