1996-12-31 21:27:03 +00:00
|
|
|
# New ports collection Makefile for: exmh2
|
1999-10-11 14:21:04 +00:00
|
|
|
# Date created: 1 Jan 97
|
1996-10-10 15:00:53 +00:00
|
|
|
# Whom: Peter Wemm <peter@freebsd.org>
|
1996-10-15 11:27:38 +00:00
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1996-10-15 11:27:38 +00:00
|
|
|
#
|
1996-10-10 15:00:53 +00:00
|
|
|
|
2000-04-14 17:10:50 +00:00
|
|
|
# "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2.
|
2006-05-14 10:08:02 +00:00
|
|
|
|
2000-04-13 09:01:47 +00:00
|
|
|
PORTNAME= exmh
|
2005-05-24 22:13:33 +00:00
|
|
|
PORTVERSION= 2.7.2
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2008-04-09 13:42:26 +00:00
|
|
|
CATEGORIES+= mail tk
|
2006-05-14 10:08:02 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_TCLTK}
|
2001-07-20 23:57:40 +00:00
|
|
|
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE}
|
2000-10-25 16:45:12 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1997-12-27 02:32:46 +00:00
|
|
|
|
2004-06-24 04:20:53 +00:00
|
|
|
MAINTAINER?= ports@FreeBSD.org
|
2003-03-06 19:23:19 +00:00
|
|
|
COMMENT?= X11/TK based mail reader front end to MH
|
1996-10-10 15:00:53 +00:00
|
|
|
|
1999-05-11 01:35:42 +00:00
|
|
|
.if defined(JAPANESE_EXMH)
|
2000-02-27 15:19:43 +00:00
|
|
|
RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80
|
|
|
|
BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/japanese/tcl80
|
|
|
|
WISH= wish8.0jp
|
|
|
|
TCLSH= tclsh8.0jp
|
1999-05-11 01:35:42 +00:00
|
|
|
.else
|
2004-02-09 06:13:37 +00:00
|
|
|
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84
|
|
|
|
WISH= wish8.4
|
|
|
|
TCLSH= tclsh8.4
|
1999-05-11 01:35:42 +00:00
|
|
|
.endif
|
1996-10-10 15:00:53 +00:00
|
|
|
|
|
|
|
# exmh is pretty useless without this, but it's not needed to build it.
|
1999-05-11 01:35:42 +00:00
|
|
|
.if defined(JAPANESE_EXMH)
|
|
|
|
RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh
|
|
|
|
.else
|
2000-03-05 09:56:17 +00:00
|
|
|
RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh
|
2000-04-14 17:10:50 +00:00
|
|
|
SCRIPTS_ENV+= USE_NMH=YES
|
1998-03-20 09:28:16 +00:00
|
|
|
.endif
|
1996-10-10 15:00:53 +00:00
|
|
|
|
|
|
|
# full mime support needs mmencode/mmdecode from metamail
|
|
|
|
RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail
|
|
|
|
|
|
|
|
# Additionally, exmh will use the following ports if present:
|
|
|
|
# lang/expect
|
2006-04-25 11:03:46 +00:00
|
|
|
# textproc/glimpse
|
1999-10-11 14:21:04 +00:00
|
|
|
# security/gnupg
|
1996-10-10 15:00:53 +00:00
|
|
|
# security/pgp
|
1999-10-11 14:21:04 +00:00
|
|
|
# security/pgp5
|
2000-10-11 15:58:08 +00:00
|
|
|
# security/pgp6
|
1996-12-31 21:27:03 +00:00
|
|
|
# mail/faces
|
|
|
|
# audio/rplay
|
1996-10-10 15:00:53 +00:00
|
|
|
|
2000-04-13 09:01:47 +00:00
|
|
|
PLIST_SUB= EXMH_VERSION=${PORTVERSION}
|
1999-11-10 21:28:29 +00:00
|
|
|
|
1996-12-31 21:27:03 +00:00
|
|
|
MAN1= exmh.1
|
1996-10-10 15:00:53 +00:00
|
|
|
|
|
|
|
do-build:
|
1997-08-21 08:09:56 +00:00
|
|
|
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} TCLSH=${TCLSH} \
|
1996-10-10 15:00:53 +00:00
|
|
|
WISH=${PREFIX}/bin/${WISH} WRKSRC=${WRKSRC} \
|
1998-03-20 09:28:16 +00:00
|
|
|
${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build
|
1996-10-10 15:00:53 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} \
|
1997-07-13 18:49:31 +00:00
|
|
|
WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/install
|
1996-10-10 15:00:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|