freebsd-ports/mail/roundcube-groupvice/Makefile
Martin Wilke 13f3da0e11 GroupVice - theme for RoundCube Web Mail, the opensource PHP/MySQL web mail
application.

This theme is based on Novell Groupwise WebAccess v7 and is known to be
compatible with IE7, IE8, Safari, Opera, and Firefox.  Features:

WWW: http://www.roundcubeforum.net

PR:		ports/137249
Submitted by:	Alexey V. Degtyarev
2009-08-13 16:38:56 +00:00

39 lines
983 B
Makefile

# New ports collection makefile for: groupvice
# Date created: Thu 30 Jul 2009
# Whom: Alexey V. Degtyarev
#
# $FreeBSD$
#
PORTNAME= groupvice
PORTVERSION= 0.1.2
CATEGORIES= mail
MASTER_SITES= 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/groupvice
SUB_FILES= pkg-message
# This target is only meant to be used by the port maintainer.
x-generate-plist: build
cd ${WRKSRC}; \
${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 ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>