1996-12-31 16:27:03 -05:00
|
|
|
# New ports collection Makefile for: exmh2
|
1997-07-02 00:59:54 -04:00
|
|
|
# Version required: 2.0delta
|
1996-12-31 16:27:03 -05:00
|
|
|
# Date released: 1 Jan 97
|
1996-10-10 11:00:53 -04:00
|
|
|
# Whom: Peter Wemm <peter@freebsd.org>
|
1996-10-15 07:27:38 -04:00
|
|
|
#
|
1997-07-03 01:57:39 -04:00
|
|
|
# $Id: Makefile,v 1.9 1997/07/02 04:59:49 peter Exp $
|
1996-10-15 07:27:38 -04:00
|
|
|
#
|
1996-10-10 11:00:53 -04:00
|
|
|
|
1997-07-02 00:59:54 -04:00
|
|
|
DISTNAME= exmh-2.0delta
|
|
|
|
PKGNAME= exmh-2.0d
|
1997-04-20 09:20:00 -04:00
|
|
|
CATEGORIES= mail tk41
|
1996-10-10 11:00:53 -04:00
|
|
|
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/
|
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
1997-07-02 00:59:54 -04:00
|
|
|
PATCH_SITES= http://www.sunlabs.com/~bwelch/exmh/patches/2.0delta/
|
|
|
|
PATCHFILES= getnews.patch ispell.patch addr.patch post.patch \
|
|
|
|
fontsel.patch html_get_http.patch sedit.patch \
|
|
|
|
html_formtag.patch editor.patch thread.patch \
|
|
|
|
pgp.patch mime.patch fcache.patch
|
1997-07-03 01:57:39 -04:00
|
|
|
PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E
|
1997-07-02 00:59:54 -04:00
|
|
|
|
1996-10-10 11:00:53 -04:00
|
|
|
MAINTAINER= peter@FreeBSD.org
|
|
|
|
|
1997-07-02 00:59:54 -04:00
|
|
|
DIST_SUBDIR= ${PKGNAME}
|
|
|
|
|
1996-10-10 11:00:53 -04:00
|
|
|
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
|
|
|
|
WISH= wish4.1
|
|
|
|
|
|
|
|
# exmh is pretty useless without this, but it's not needed to build it.
|
|
|
|
RUN_DEPENDS+= repl:${PORTSDIR}/mail/mh
|
|
|
|
|
|
|
|
# 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
|
|
|
|
# security/pgp
|
1996-12-31 16:27:03 -05:00
|
|
|
# mail/faces
|
|
|
|
# audio/rplay
|
1996-10-10 11:00:53 -04:00
|
|
|
|
1996-12-31 16:27:03 -05:00
|
|
|
MAN1= exmh.1
|
1996-10-10 11:00:53 -04:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} \
|
|
|
|
WISH=${PREFIX}/bin/${WISH} WRKSRC=${WRKSRC} \
|
|
|
|
FILESDIR=${FILESDIR} ${SCRIPTDIR}/build
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} \
|
|
|
|
WRKSRC=${WRKSRC} ${SCRIPTDIR}/install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|