summaryrefslogtreecommitdiff
path: root/japanese/squirrelmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/squirrelmail/Makefile')
-rw-r--r--japanese/squirrelmail/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/japanese/squirrelmail/Makefile b/japanese/squirrelmail/Makefile
new file mode 100644
index 000000000000..b5dbef1af148
--- /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"