1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/mail/squirrelmail-compatibility-plugin/Makefile
2010-03-09 15:39:39 +00:00

26 lines
682 B
Makefile

# New ports collection makefile for: squirrelmail-compatibility-plugin
# Date created: 3 Jul 2005
# Whom: Alexander Wittig <alexander@wittig.name>
#
# $FreeBSD$
PORTNAME= compatibility
PORTVERSION= 2.0.16
CATEGORIES= mail www
MASTER_SITES= http://www.squirrelmail.org/plugins/
PKGNAMEPREFIX= squirrelmail-
PKGNAMESUFFIX= -plugin
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.0
DIST_SUBDIR= squirrelmail
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Required by many plugins for compatibility with SquirrelMail
USE_PERL5_RUN= yes
CONFLICTS= squirrelmail-compatibility-plugin-1.*
.include <bsd.port.pre.mk>
.include "../squirrelmail/bsd.squirrelmail.mk"
.include <bsd.port.post.mk>