1998-05-16 23:21:12 -04:00
|
|
|
# OpenBSD Makefile for: exmh2
|
|
|
|
# Version required: 2.0zeta
|
|
|
|
# Date released: May 16 1998
|
|
|
|
# Whom: Angelos D. Keromytis
|
|
|
|
#
|
2001-05-05 21:45:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2001/05/06 01:46:11 lebel Exp $
|
1998-05-16 23:21:12 -04:00
|
|
|
#
|
|
|
|
|
2001-05-05 21:45:53 -04:00
|
|
|
COMMENT= "X11/Tk-based mail reader front end to MH"
|
|
|
|
|
1998-05-16 23:21:12 -04:00
|
|
|
DISTNAME= exmh-2.0.2
|
|
|
|
CATEGORIES= mail tk80
|
2001-05-05 21:45:53 -04:00
|
|
|
NEED_VERSION= 1.402
|
2000-04-09 13:35:57 -04:00
|
|
|
FAKE=No
|
1998-06-29 18:33:50 -04:00
|
|
|
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/
|
1998-05-16 23:21:12 -04:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
2000-10-22 10:02:46 -04:00
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
1998-05-16 23:21:12 -04:00
|
|
|
|
2000-03-16 23:01:30 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-03-27 13:17:27 -05:00
|
|
|
RUN_DEPENDS= wish8.0::x11/tk/8.0
|
|
|
|
BUILD_DEPENDS= tclsh8.0::lang/tcl/8.0
|
1998-05-16 23:21:12 -04:00
|
|
|
WISH= wish8.0
|
|
|
|
TCLSH= tclsh8.0
|
|
|
|
|
|
|
|
# exmh is pretty useless without this, but it's not needed to build it.
|
2000-03-24 18:28:01 -05:00
|
|
|
RUN_DEPENDS+= repl::mail/nmh
|
1998-05-16 23:21:12 -04:00
|
|
|
|
|
|
|
# full mime support needs mmencode/mmdecode from metamail
|
2000-03-24 18:28:01 -05:00
|
|
|
RUN_DEPENDS+= mmencode::mail/metamail
|
1998-05-16 23:21:12 -04:00
|
|
|
|
|
|
|
# Additionally, exmh will use the following ports if present:
|
|
|
|
# lang/expect
|
|
|
|
# misc/glimpse
|
|
|
|
# security/pgp
|
|
|
|
# mail/faces
|
|
|
|
# audio/rplay
|
|
|
|
|
1998-07-29 19:02:37 -04:00
|
|
|
NO_PACKAGE= needs per-host config at build time
|
1998-05-16 23:21:12 -04:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} TCLSH=${TCLSH} \
|
|
|
|
WISH=${PREFIX}/bin/${WISH} WRKSRC=${WRKSRC} \
|
|
|
|
FILESDIR=${FILESDIR} ${SH} ${SCRIPTDIR}/build
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} \
|
|
|
|
WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|