freebsd-ports/mail/exmh2/Makefile
Peter Wemm 391a4a5446 Update 2.0beta -> 2.0gamma. See http://www.sunlabs.com/~bwelch/exmh/
for a complete list of changes.

Replace hand edited "official 2.0beta patches" from exmh web page with
the 2.0gamma versions  (cannot use DIST_PATCHES, the patch files are not
directly useable due to pathnames etc).  Each patch file is individually
documented.

Requested by:  quite a few people
1997-02-03 16:27:26 +00:00

44 lines
1 KiB
Makefile

# New ports collection Makefile for: exmh2
# Version required: 2.0gamma
# Date released: 1 Jan 97
# Whom: Peter Wemm <peter@freebsd.org>
#
# $Id: Makefile,v 1.6 1997/01/02 12:53:02 asami Exp $
#
DISTNAME= exmh-2.0gamma
PKGNAME= exmh-2.0g
CATEGORIES= mail
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/
EXTRACT_SUFX= .tar.Z
MAINTAINER= peter@FreeBSD.org
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
# mail/faces
# audio/rplay
MAN1= exmh.1
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>