View | Details | Raw Unified | Return to bug 265653 | Differences between
and this patch

Collapse All | Expand All

(-)mail/roundcube-classic/Makefile (+34 lines)
Line 0 Link Here
1
PORTNAME=	classic
2
DISTVERSION=	1.6.0
3
CATEGORIES?=	mail www
4
PKGNAMEPREFIX=	roundcube-
5
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
6
7
MAINTAINER=	brnrd@FreeBSD.org
8
COMMENT=	Larry skin/theme for Rouncube webmail
9
10
LICENSE=	GPLv3+
11
12
USES=		cpe php:flavors
13
14
RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.6:mail/roundcube@${PHP_FLAVOR}
15
NO_ARCH=	yes
16
NO_BUILD=	yes
17
18
CPE_PRODUCT=	webmail
19
CPE_VENDOR=	roundcube
20
21
IGNORE_WITH_PHP=82
22
23
WWWDIR=		${PREFIX}/www/${PKGNAMEPREFIX:S/-//}/skins/${PORTNAME}
24
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	${PKGNAMEPREFIX:S/-//}
27
28
do-install:
29
	@${MKDIR} ${STAGEDIR}${WWWDIR}
30
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
31
	@(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \
32
		${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST}
33
34
.include <bsd.port.mk>
(-)mail/roundcube-classic/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1661169342
2
SHA256 (roundcube-classic-1.6.0_GH0.tar.gz) = 8b9d27b4b6ca469c7246985f9bca9e9711a57c825f9c25c6b082273a3920e4c3
3
SIZE (roundcube-classic-1.6.0_GH0.tar.gz) = 250983
(-)mail/roundcube-classic/pkg-descr (+3 lines)
Line 0 Link Here
1
"Classic" skin for Roundcube Webmail.
2
3
WWW: https://github.com/roundcube/classic

Return to bug 265653