diff options
author | eik <eik@FreeBSD.org> | 2003-11-21 10:56:07 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2003-11-21 10:56:07 +0800 |
commit | dcf114936f691844a929489e2836dceebf17da09 (patch) | |
tree | 514b0d022c689a2ea447276f7aba58e7e883f38d /mail/squirrelmail/Makefile | |
parent | ed90b96f7758b6d1af9be7d91d886335d16e0cfa (diff) | |
download | freebsd-ports-gnome-dcf114936f691844a929489e2836dceebf17da09.tar.gz freebsd-ports-gnome-dcf114936f691844a929489e2836dceebf17da09.tar.zst freebsd-ports-gnome-dcf114936f691844a929489e2836dceebf17da09.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)
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 8 |
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 |