diff options
author | eik <eik@FreeBSD.org> | 2003-11-21 02:56:07 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2003-11-21 02:56:07 +0000 |
commit | dcf114936f691844a929489e2836dceebf17da09 (patch) | |
tree | 514b0d022c689a2ea447276f7aba58e7e883f38d /japanese | |
parent | ed90b96f7758b6d1af9be7d91d886335d16e0cfa (diff) | |
download | FreeBSD-ports-dcf114936f691844a929489e2836dceebf17da09.zip FreeBSD-ports-dcf114936f691844a929489e2836dceebf17da09.tar.gz |
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 'japanese')
-rw-r--r-- | japanese/Makefile | 3 | ||||
-rw-r--r-- | japanese/squirrelmail/Makefile | 28 | ||||
-rw-r--r-- | japanese/squirrelmail/distinfo | 2 |
3 files changed, 32 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 9b52b0c..3fa4d48 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -145,7 +145,6 @@ SUBDIR += kbanner SUBDIR += kcc SUBDIR += kde3-i18n - SUBDIR += koffice-i18n SUBDIR += kdrill SUBDIR += kinput2-canna SUBDIR += kinput2-canna+freewnn @@ -164,6 +163,7 @@ SUBDIR += kinput2-wnn7 SUBDIR += kochi-cidfonts SUBDIR += kochi-ttfonts + SUBDIR += koffice-i18n SUBDIR += kon2-14dot SUBDIR += kon2-16dot SUBDIR += kpcal @@ -351,6 +351,7 @@ SUBDIR += skkserv SUBDIR += slirc SUBDIR += slrn + SUBDIR += squirrelmail SUBDIR += srd-fpw SUBDIR += srd-fpw-package SUBDIR += t2ps diff --git a/japanese/squirrelmail/Makefile b/japanese/squirrelmail/Makefile new file mode 100644 index 0000000..b5dbef1 --- /dev/null +++ b/japanese/squirrelmail/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ja-squirrelmail +# Date Created: 17 Oct 2003 +# Whom: Masafumi Otsune <info@otsune.com> +# +# $FreeBSD$ +# + +PORTNAME= squirrelmail +PORTVERSION= 1.4.2 +CATEGORIES= japanese mail www + +PATCH_SITES= http://www.yamaai-tech.com/~masato/Download/ +PATCHFILES= ${PORTNAME}-${PORTVERSION}-ja-${PATCHVERSION}-patch.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= info@otsune.com +COMMENT= A webmail system which accesses mail over IMAP with Japanese patch + +CONFLICTS= squirrelmail-1.* +PATCHVERSION= 20031109 + +MASTERDIR= ${.CURDIR}/../../mail/squirrelmail +MD5_FILE= ${.CURDIR}/distinfo + +post-patch: + @${FIND} ${WRKSRC} -name '*.orig' -delete + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/squirrelmail/distinfo b/japanese/squirrelmail/distinfo new file mode 100644 index 0000000..eaed37e --- /dev/null +++ b/japanese/squirrelmail/distinfo @@ -0,0 +1,2 @@ +MD5 (squirrelmail-1.4.2.tar.bz2) = 8d8271c704a9f23d53138a4ceea38fb4 +MD5 (squirrelmail-1.4.2-ja-20031109-patch.gz) = 306f7ce87d2cd6225a805f85ce9201d8 |