blob: cd480f0f8872ccde07310b1442fd07db1f8ba15d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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.15
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>
|