aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2003-11-21 02:56:07 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2003-11-21 02:56:07 +0000
commit8ec0f773401f6e2930aa2fd4dfa845db46a4b1d3 (patch)
treec5128b8382ee483266b60272a5e8ca05e69e49c8 /mail/squirrelmail
parent22030dac05c553c07644f8f3f5fa0e07850bcbe6 (diff)
downloadports-8ec0f773401f6e2930aa2fd4dfa845db46a4b1d3.tar.gz
ports-8ec0f773401f6e2930aa2fd4dfa845db46a4b1d3.zip
new port japanese/squirrelmail
- modified port mail/squirrelmail to allow a slave port - added CONFLICTS for mail/squirrelmail and japanese/squirrelmail PR: 58280 Submitted by: Masafumi Otsune <info@otsune.com> Approved by: marcus (mentor)
Notes
Notes: svn path=/head/; revision=94592
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 1359233a093e..3e8fab5a4d07 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -7,12 +7,14 @@
PORTNAME= squirrelmail
PORTVERSION= 1.4.2
-CATEGORIES= mail www
+CATEGORIES?= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= squirrelmail
-MAINTAINER= simond@irrelevant.org
-COMMENT= A webmail system which accesses mail over IMAP
+MAINTAINER?= simond@irrelevant.org
+COMMENT?= A webmail system which accesses mail over IMAP
+
+CONFLICTS?= ja-squirrelmail-1.*
.if defined(WITH_APACHE2)
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4