Flavorize

PR:		247543
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
This commit is contained in:
Li-Wen Hsu 2020-07-04 09:29:32 +00:00
parent 8ac8c23b93
commit d1f204218f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541184
2 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= rainloop
DISTVERSIONPREFIX= community-
PKGNAMESUFFIX= -community
PKGNAMESUFFIX= -community${PHP_PKGNAMESUFFIX}
COMMENT= Modern and interactive webmail - community edition

View File

@ -4,27 +4,29 @@ PORTNAME= rainloop
PORTVERSION= 1.14.0
CATEGORIES= mail www
MASTER_SITES= https://github.com/RainLoop/rainloop-webmail/releases/download/v${PORTVERSION}/
PKGNAMESUFFIX?= ${PHP_PKGNAMESUFFIX}
MAINTAINER= yasu@utahime.org
COMMENT?= Modern and interactive webmail
.if !defined(PKGNAMESUFFIX)
.if "${PKGNAMESUFFIX"} == "${PHP_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)
RESTRICTED= Redistribution in any form is prohibited
.endif
USES= php:web zip
USES= php:web,flavors zip
NO_BUILD= yes
NO_ARCH= yes
NO_WRKSUBDIR= yes
USE_PHP= curl iconv json xml dom openssl pcre spl zlib
PLIST_SUB= VER="${PORTVERSION}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
.if "${PKGNAMESUFFIX}" == "${PHP_PKGNAMESUFFIX}"
RESTRICTED= Redistribution in any form is prohibited
.endif
OPTIONS_RADIO= DB
OPTIONS_RADIO_DB= MYSQL PGSQL SQLITE
OPTIONS_DEFAULT= SQLITE