2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Alexey V. Degtyarev
|
2009-08-13 18:38:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= groupvice
|
|
|
|
PORTVERSION= 0.1.2
|
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
|
|
|
|
PKGNAMEPREFIX= roundcube-
|
|
|
|
|
2014-09-01 10:51:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-08-13 18:38:56 +02:00
|
|
|
COMMENT= Theme for RoundCube Web Mail
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= roundcube>=0.2:mail/roundcube
|
2009-08-13 18:38:56 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2016-01-06 19:03:51 +01:00
|
|
|
NO_ARCH= yes
|
2009-08-13 18:38:56 +02:00
|
|
|
|
|
|
|
WWWDIR?= ${PREFIX}/www/roundcube/skins/groupvice
|
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
do-install:
|
2014-09-01 10:51:16 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
|
|
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
|
2009-08-13 18:38:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|