freebsd-ports/mail/roundcube-air/Makefile
Baptiste Daroussin c71ee02f2e Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 09:12:57 +00:00

33 lines
845 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:${PORTSDIR}/mail/roundcube
NO_BUILD= yes
WWWDIR?= ${PREFIX}/www/roundcube/skins/air
# 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
NO_STAGE= yes
do-install:
${MKDIR} ${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
.include <bsd.port.mk>