View | Details | Raw Unified | Return to bug 10592
Collapse All | Expand All

(-)mail/exmh2/Makefile (-3 / +15 lines)
Lines 6-13 Link Here
6
# $Id: Makefile,v 1.30 1998/08/07 23:56:29 asami Exp $
6
# $Id: Makefile,v 1.30 1998/08/07 23:56:29 asami Exp $
7
#
7
#
8
8
9
# "?=" lines are for sharing this Makefile with japanese/exmh2.
9
DISTNAME=	exmh-2.0.2
10
DISTNAME=	exmh-2.0.2
10
CATEGORIES=	mail tk80
11
CATEGORIES?=	mail tk80
11
MASTER_SITES=	ftp://ftp.scriptics.com/pub/tcl/exmh/
12
MASTER_SITES=	ftp://ftp.scriptics.com/pub/tcl/exmh/
12
EXTRACT_SUFX=	.tar.Z
13
EXTRACT_SUFX=	.tar.Z
13
14
Lines 33-53 Link Here
33
PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP}
34
PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP}
34
.endif
35
.endif
35
36
36
MAINTAINER=	peter@FreeBSD.org
37
MAINTAINER?=	peter@FreeBSD.org
37
38
38
DIST_SUBDIR=	${PKGNAME}
39
DIST_SUBDIR=	${DISTNAME}
39
40
41
.if defined(JAPANESE_EXMH)
42
RUN_DEPENDS=	wish8.0jp:${PORTSDIR}/japanese/tk80
43
BUILD_DEPENDS=	tclsh8.0jp:${PORTSDIR}/japanese/tcl80
44
WISH=		wish8.0jp
45
TCLSH=		tclsh8.0jp
46
.else
40
RUN_DEPENDS=	wish8.0:${PORTSDIR}/x11-toolkits/tk80
47
RUN_DEPENDS=	wish8.0:${PORTSDIR}/x11-toolkits/tk80
41
BUILD_DEPENDS=	tclsh8.0:${PORTSDIR}/lang/tcl80
48
BUILD_DEPENDS=	tclsh8.0:${PORTSDIR}/lang/tcl80
42
WISH=		wish8.0
49
WISH=		wish8.0
43
TCLSH=		tclsh8.0
50
TCLSH=		tclsh8.0
51
.endif
44
52
45
# exmh is pretty useless without this, but it's not needed to build it.
53
# exmh is pretty useless without this, but it's not needed to build it.
54
.if defined(JAPANESE_EXMH)
55
RUN_DEPENDS+=	repl:${PORTSDIR}/japanese/mh
56
.else
46
.if defined(USE_NMH)
57
.if defined(USE_NMH)
47
RUN_DEPENDS+=	repl:${PORTSDIR}/mail/nmh
58
RUN_DEPENDS+=	repl:${PORTSDIR}/mail/nmh
48
SCRIPTS_ENV+=	USE_NMH=YES
59
SCRIPTS_ENV+=	USE_NMH=YES
49
.else
60
.else
50
RUN_DEPENDS+=	repl:${PORTSDIR}/mail/mh
61
RUN_DEPENDS+=	repl:${PORTSDIR}/mail/mh
62
.endif
51
.endif
63
.endif
52
64
53
# full mime support needs mmencode/mmdecode from metamail
65
# full mime support needs mmencode/mmdecode from metamail
(-)japanese/exmh2/Makefile (+21 lines)
Line 0 Link Here
1
# New ports collection makefile for:	exmh (Japanese)
2
# Version required:	2.0.2
3
# Date created:		15 Mar 1999
4
# Whom:		Takeshi WATANABE <watanabe@komadori.planet.sci.kobe-u.ac.jp>
5
#
6
# $Id$
7
#
8
9
PKGNAME=	ja-${DISTNAME}
10
CATEGORIES=	japanese mail tk80
11
12
MAINTAINER=	ports@FreeBSD.ORG
13
14
JAPANESE_EXMH=	yes
15
16
MASTERDIR=	${.CURDIR}/../../mail/exmh2
17
COMMENT=	${.CURDIR}/pkg/COMMENT
18
DESCR=		${.CURDIR}/pkg/DESCR
19
WRKDIR=		${.CURDIR}/work
20
21
.include	"${MASTERDIR}/Makefile"
(-)japanese/exmh2/pkg/COMMENT (+1 lines)
Line 0 Link Here
1
X11/TK based mail reader front end to MH for Japanese environments.
(-)japanese/exmh2/pkg/DESCR (+13 lines)
Line 0 Link Here
1
exmh is a TCL/TK based interface to the MH mail system.
2
3
IMPORTANT: exmh depends on the TK send facility for its background
4
processing.  With TK 3.3, send now uses xauthority mechanisms by default,
5
unless you compile TK with -DTK_NO_SECURITY.  Generally, this means that
6
you **MUST** must run xdm to start your Xserver.
7
8
FEATURES: As well as providing the usual layer on top of MH commands, exmh
9
has a number of other features.
10
11
JAPANESE ENVIRONMENT: To compose Japanese mail, you can use kinput2 with
12
<Ctrl-backslash> key.  Once kinput2 is used, the message header will have
13
"charset=iso-2022-jp".

Return to bug 10592