mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c0b65be2cb
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!
19 lines
514 B
Makefile
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>
|