freebsd-ports/mail/roundcube-groupvice/Makefile

27 lines
532 B
Makefile
Raw Normal View History

# Created by: Alexey V. Degtyarev
# $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
COMMENT= Theme for RoundCube Web Mail
RUN_DEPENDS= roundcube>=0.2:mail/roundcube
NO_BUILD= yes
NO_ARCH= yes
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}
.include <bsd.port.mk>