mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
17 lines
485 B
Makefile
17 lines
485 B
Makefile
# Created by: Neil Darlow <neil@darlow.co.uk>
|
|
|
|
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>
|