summaryrefslogtreecommitdiff
path: root/mail/ja-mh/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-05-31 13:01:20 +0000
committerseb <seb@pkgsrc.org>2002-05-31 13:01:20 +0000
commit28d3c6d55708b8beb86f41e9a2625d65f4c35307 (patch)
tree5098cf1dc6ebb944d9addc4fd31ba732340ecc71 /mail/ja-mh/Makefile
parent61d383841e8f5f9a4cb49d9bc82c7c5c40463cbe (diff)
downloadpkgsrc-28d3c6d55708b8beb86f41e9a2625d65f4c35307.tar.gz
Reimport of package ja-mh6 from japanese/mh into mail/ja-mh.
This is part of the japanese category retirement. Pathnames to japanese/ adjusted.
Diffstat (limited to 'mail/ja-mh/Makefile')
-rw-r--r--mail/ja-mh/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/ja-mh/Makefile b/mail/ja-mh/Makefile
new file mode 100644
index 00000000000..87dae6dfdca
--- /dev/null
+++ b/mail/ja-mh/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:20 seb Exp $
+# FreeBSD Id: Makefile,v 1.13 1999/02/10 18:13:21 motoyuki Exp $
+
+DISTNAME= mh-6.8.4-JP-3.03
+PKGNAME= ja-mh6-3.03
+CATEGORIES= japanese mail
+MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \
+ ftp://komadori.planet.sci.kobe-u.ac.jp/pub/MH/ \
+ ftp://ftp.chem.eng.himeji-tech.ac.jp/pub/net/mh/
+
+MAINTAINER= tech-pkg-ja@jp.netbsd.org
+COMMENT= Rand MH mail handling system + Japanese patches
+
+DEPENDS= ja-less>=332:../../misc/ja-less
+
+CONFLICTS= nmh-[0-9]* ja-mh-*_JP_*
+
+.include "../../mk/bsd.prefs.mk"
+
+MANCOMPRESSED= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= OBJECT_FMT=${OBJECT_FMT}
+CONFIGURE_ARGS= --enable-batchmode \
+ --libexecdir=${PREFIX}/libexec/mh \
+ --enable-jmandir=${PREFIX}/man/ja_JP.EUC \
+ --enable-apop=${PREFIX}/etc/pop.auth --enable-rpop
+
+post-install:
+ ${LN} -sf libmh.so.3.2 ${PREFIX}/lib/libmh.so.3
+
+.include "../../mk/bsd.pkg.mk"