1ac0feae13
- Take maintainership Feature safe: yes
21 lines
610 B
Makefile
21 lines
610 B
Makefile
# New ports collection makefile for: squirrelmail-email_footer-plugin
|
|
# Date created: 10 Feb 2006
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= email_footer
|
|
PORTVERSION= 0.6
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.2
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
|
COMMENT= Automatically appends footer to SquirrelMail-generated emails
|
|
|
|
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
|
|
|
|
LICENSE= GPLv2
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|