8d6597e0bb
With hat: portmgr Sponsored by: Absolight
24 lines
495 B
Makefile
24 lines
495 B
Makefile
# Created by: Alexey V. Degtyarev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= air
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
|
|
PKGNAMEPREFIX= roundcube-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Theme for RoundCube Web Mail
|
|
|
|
RUN_DEPENDS= roundcube>=0.3:mail/roundcube
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
WWWDIR?= ${PREFIX}/www/roundcube/skins/air
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|