1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/mail/squirrelmail-avelsieve-plugin/Makefile
John Marino c0b65be2cb mail/squirrelmail-avelsieve-plugin: reset maintainer per request
While here, remove unnecessary <pre> inclusion

PR:		192435
Submitted by:	maintainer (Neil Darlow)
Reset reason:	No longer uses squirrelmail thus can't test it

Thanks for looking after this one, Neil!
2014-08-06 14:24:08 +00:00

19 lines
514 B
Makefile

# Created by: Neil Darlow <neil@darlow.co.uk>
# $FreeBSD$
PORTNAME= avelsieve
PORTVERSION= 1.9.7
PORTREVISION= 3
CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
COMMENT= SquirrelMail plugin for Server-Side Mail Filtering management
pre-install:
${RM} -Rf ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/po
${FIND} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} -type f \
\( -name '.cvsignore' -o -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \;
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.mk>