freebsd-ports/mail/roundcube-mvision2/Makefile
2016-11-28 13:41:15 +00:00

33 lines
723 B
Makefile

# Created by: Alexey V. Degtyarev
# $FreeBSD$
PORTNAME= mvision2
PORTVERSION= 2
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://roundcubethemes.net/downloads/ \
ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= roundcube-
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/mvision2_en
SUB_FILES= pkg-message
post-extract:
@${FIND} ${WRKDIR} -name "._*" -delete
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKDIR}/mvision2_en && ${PAX} -r -w . \
${STAGEDIR}${WWWDIR}
${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 0644 {} \;
.include <bsd.port.mk>