blob: 73f5bc47a648675bf7d5058596dbee31079e773f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Neil Darlow <neil@darlow.co.uk>
# $FreeBSD$
PORTNAME= avelsieve
PORTVERSION= 1.9.9
CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
COMMENT= SquirrelMail plugin for Server-Side Mail Filtering management
pre-install:
${RM} -R ${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>
|