freebsd-ports/mail/roundcube-mvision2/Makefile
Martin Wilke afe96af941 MVision - theme for RoundCube Web Mail, the opensource PHP/MySQL web mail
application.

Features:

- Three Pane Liquid Layout;
- Fully supports Horizontal and Vertical layout views;
- Additional configuration for either Horizontal or Vertical layout;
- End user support for dynamically switching between Horizontal and Vertical
  layouts;
- Friendly looking theme with nice graphics;

WWW: http://www.roundcubethemes.net/

PR:		ports/136828
Submitted by:	Alexey V. Degtyarev
2009-08-13 16:39:54 +00:00

42 lines
1.1 KiB
Makefile

# New ports collection makefile for: mvision2
# Date created: Thu 16 Jul 2009
# Whom: Alexey V. Degtyarev
#
# $FreeBSD$
#
PORTNAME= mvision2
PORTVERSION= 2
CATEGORIES= mail
MASTER_SITES= http://roundcubethemes.net/downloads/ \
ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= roundcube-
MAINTAINER= alexey@renatasystems.org
COMMENT= Theme for RoundCube Web Mail
RUN_DEPENDS= roundcube>=0.2:${PORTSDIR}/mail/roundcube
NO_BUILD= yes
WWWDIR?= ${PREFIX}/www/roundcube/skins/mvision2_en
SUB_FILES= pkg-message
# This target is only meant to be used by the port maintainer.
x-generate-plist: build
cd ${WRKDIR}/mvision2_en; \
${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
${FIND} . -type d | ${SORT} -r | ${SED} \
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
do-install:
${MKDIR} ${WWWDIR}
cd ${WRKDIR}/mvision2_en && ${PAX} -r -w . \
${WWWDIR}
${FIND} ${WWWDIR} -type f -exec ${CHMOD} 0644 {} \;
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>