54d4090b46
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops. So, I've added CATEGORIES back to all the plugins, and bumped PORTREVISION so that packages with correct origins can be created. Thanks to: Stefan Bethke <stb@lassitu.de>
22 lines
476 B
Makefile
22 lines
476 B
Makefile
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= email_footer
|
|
PORTVERSION=0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail www
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Automatically appends footer to SquirrelMail-generated emails
|
|
|
|
USE_SM_COMPAT= yes
|
|
USE_GENERIC_PKGMESSAGE= yes
|
|
|
|
LICENSE= GPLv2
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
|
|
.include <bsd.port.post.mk>
|