summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-05-11 01:35:42 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-05-11 01:35:42 +0000
commit6b0522020d78bfd066a7b96686c21de5c25641a5 (patch)
tree16ddb862cb0e7bab50d031d7312a19f19bf2d664 /mail
parentActivate coda5_doc (diff)
Changed to a master port of japanese/exmh2
PR: ports/10592 Submitted by: Takeshi WATANABE <watanabe@komadori.planet.sci.kobe-u.ac.jp>
Notes
Notes: svn path=/head/; revision=18773
Diffstat (limited to 'mail')
-rw-r--r--mail/exmh2/Makefile21
1 files changed, 16 insertions, 5 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile
index 724e0a6136d3..c1a87324651b 100644
--- a/mail/exmh2/Makefile
+++ b/mail/exmh2/Makefile
@@ -3,11 +3,12 @@
# Date released: 1 Jan 97
# Whom: Peter Wemm <peter@freebsd.org>
#
-# $Id: Makefile,v 1.29 1998/07/08 10:49:19 peter Exp $
+# $Id: Makefile,v 1.30 1998/08/07 23:56:29 asami Exp $
#
+# "?=" lines are for sharing this Makefile with japanese/exmh2.
DISTNAME= exmh-2.0.2
-CATEGORIES= mail tk80
+CATEGORIES?= mail tk80
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/
EXTRACT_SUFX= .tar.Z
@@ -26,29 +27,39 @@ PATCHFILES+= seditpost.patch inc.patch next.patch \
# XXX MDN.patch doesn't apply (patch-au)
# XXX post.from.patch doesn't apply (patch-av)
# XXX date.patch doesn't apply (spammed whitespace) (patch-ax)
-
.if defined(PATCH_DEBUG)
PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP}
.else
PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP}
.endif
-MAINTAINER= peter@FreeBSD.org
+MAINTAINER?= peter@FreeBSD.org
-DIST_SUBDIR= ${PKGNAME}
+DIST_SUBDIR= ${DISTNAME}
+.if defined(JAPANESE_EXMH)
+RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80
+BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/japanese/tcl80
+WISH= wish8.0jp
+TCLSH= tclsh8.0jp
+.else
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
WISH= wish8.0
TCLSH= tclsh8.0
+.endif
# exmh is pretty useless without this, but it's not needed to build it.
+.if defined(JAPANESE_EXMH)
+RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh
+.else
.if defined(USE_NMH)
RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh
SCRIPTS_ENV+= USE_NMH=YES
.else
RUN_DEPENDS+= repl:${PORTSDIR}/mail/mh
.endif
+.endif
# full mime support needs mmencode/mmdecode from metamail
RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail