freebsd-ports/mail/roundcube-sieverules/Makefile
Ryan Steinmetz cdca361698 - Update to 1.17.1
- Update to new 'created by' header

PR:		ports/176207
Submitted by:	Stefan Bethke <stb@lassitu.de>
Approved by:	Anes Mukhametov <anes@anes.su> (maintainer)
2013-02-19 03:02:39 +00:00

35 lines
890 B
Makefile

# Created by: Anes Muhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= sieverules
PORTVERSION= 1.17.1
CATEGORIES= mail
MASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/
PKGNAMEPREFIX= roundcube-
DISTNAME= ${PORTNAME}
MAINTAINER= anes@anes.su
COMMENT= Roundcube webmail sieve plugin
LICENSE= GPLv3
RUN_DEPENDS= roundcube>=0.8:${PORTSDIR}/mail/roundcube
NO_BUILD= yes
WWWDIR= ${PREFIX}/www/roundcube/plugins/sieverules
# 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}
.include <bsd.port.mk>