freebsd-ports/mail/squirrelmail-postfixadmin-plugin/Makefile
Adam Weinberger 14f5b9b330 Convert remaining squirrelmail plugins to bsd.squirrelmail.mk. Because they
were duplicating the content there, php version mismatches were created and
package building broke. Also includes a few whitespace and header fixes due
to OCD.

Feature safe:	yes
2012-11-10 01:37:24 +00:00

31 lines
760 B
Makefile

# New ports collection makefile for: squirrelmail-postfixadmin-plugin
# Date created: 2010-01-31
# Whom: Darren Pilgrim <ports.maintainer@evilphi.com>
#
# $FreeBSD$
#
PORTNAME= postfixadmin
PORTVERSION= 2.3.0
PORTREVISION= 2
CATEGORIES= mail www
MASTER_SITES= http://vivi.cat.pdx.edu/sm-pfa-plugin/
PKGNAMEPREFIX= squirrelmail-
PKGNAMESUFFIX= -plugin
DIST_SUBDIR= squirrelmail
MAINTAINER= ports.maintainer@evilphi.com
COMMENT= Lets users change password, vacation, and forwarding
RUN_DEPENDS= ZendFramework>=1.9.0:${PORTSDIR}/www/zend-framework
USE_BZIP2= yes
DEFAULT_PHP_VER= 53
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
pre-install:
${RM} -rf ${WRKSRC}/${_SMSRCDIR}/debian
.include <bsd.port.post.mk>