1996-12-31 22:27:03 +01:00
|
|
|
# New ports collection Makefile for: exmh2
|
1999-10-11 16:21:04 +02:00
|
|
|
# Version required: 2.1.0
|
|
|
|
# Date created: 1 Jan 97
|
1996-10-10 17:00:53 +02:00
|
|
|
# Whom: Peter Wemm <peter@freebsd.org>
|
1996-10-15 13:27:38 +02:00
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1996-10-15 13:27:38 +02:00
|
|
|
#
|
1996-10-10 17:00:53 +02:00
|
|
|
|
1999-05-11 03:35:42 +02:00
|
|
|
# "?=" lines are for sharing this Makefile with japanese/exmh2.
|
1999-10-11 16:21:04 +02:00
|
|
|
DISTNAME= exmh-2.1.0
|
1999-05-11 03:35:42 +02:00
|
|
|
CATEGORIES?= mail tk80
|
1998-07-04 01:07:17 +02:00
|
|
|
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/
|
1997-12-27 03:32:46 +01:00
|
|
|
|
1999-05-11 03:35:42 +02:00
|
|
|
MAINTAINER?= peter@FreeBSD.org
|
1996-10-10 17:00:53 +02:00
|
|
|
|
1999-05-11 03:35:42 +02:00
|
|
|
.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
|
1998-08-08 01:56:56 +02:00
|
|
|
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
|
1997-08-21 10:09:56 +02:00
|
|
|
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
|
|
|
|
WISH= wish8.0
|
|
|
|
TCLSH= tclsh8.0
|
1999-05-11 03:35:42 +02:00
|
|
|
.endif
|
1996-10-10 17:00:53 +02:00
|
|
|
|
|
|
|
# exmh is pretty useless without this, but it's not needed to build it.
|
1999-05-11 03:35:42 +02:00
|
|
|
.if defined(JAPANESE_EXMH)
|
|
|
|
RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh
|
|
|
|
.else
|
1998-03-20 10:28:16 +01:00
|
|
|
.if defined(USE_NMH)
|
|
|
|
RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh
|
|
|
|
SCRIPTS_ENV+= USE_NMH=YES
|
|
|
|
.else
|
1996-10-10 17:00:53 +02:00
|
|
|
RUN_DEPENDS+= repl:${PORTSDIR}/mail/mh
|
1998-03-20 10:28:16 +01:00
|
|
|
.endif
|
1999-05-11 03:35:42 +02:00
|
|
|
.endif
|
1996-10-10 17:00:53 +02: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
|
|
|
|
# misc/glimpse
|
1999-10-11 16:21:04 +02:00
|
|
|
# security/gnupg
|
1996-10-10 17:00:53 +02:00
|
|
|
# security/pgp
|
1999-10-11 16:21:04 +02:00
|
|
|
# security/pgp5
|
1996-12-31 22:27:03 +01:00
|
|
|
# mail/faces
|
|
|
|
# audio/rplay
|
1996-10-10 17:00:53 +02:00
|
|
|
|
1996-12-31 22:27:03 +01:00
|
|
|
MAN1= exmh.1
|
1996-10-10 17:00:53 +02:00
|
|
|
|
|
|
|
do-build:
|
1997-08-21 10:09:56 +02:00
|
|
|
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} TCLSH=${TCLSH} \
|
1996-10-10 17:00:53 +02:00
|
|
|
WISH=${PREFIX}/bin/${WISH} WRKSRC=${WRKSRC} \
|
1998-03-20 10:28:16 +01:00
|
|
|
${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build
|
1996-10-10 17:00:53 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} \
|
1997-07-13 20:49:31 +02:00
|
|
|
WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/install
|
1996-10-10 17:00:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|