freebsd-ports/mail/squirrelmail-postfixadmin-plugin/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

30 lines
739 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= 1
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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
pre-install:
${RM} -rf ${WRKSRC}/${_SMSRCDIR}/debian
.include <bsd.port.post.mk>