1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/exmh2/Makefile

51 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection Makefile for: exmh2
# Version required: 2.0.1
# Date released: 1 Jan 97
# Whom: Peter Wemm <peter@freebsd.org>
#
# $Id: Makefile,v 1.21 1997/12/25 21:58:08 asami Exp $
#
1997-12-25 10:34:55 +00:00
DISTNAME= exmh-2.0
PKGNAME= exmh-2.0.1
CATEGORIES= mail tk80
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/
EXTRACT_SUFX= .tar.Z
MAINTAINER= peter@FreeBSD.org
1997-12-25 10:34:55 +00:00
# There are likely to be distributed patches again.
DIST_SUBDIR= ${PKGNAME}
WRKSRC= ${WRKDIR}/${PKGNAME}
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
WISH= wish8.0
TCLSH= tclsh8.0
# 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} TCLSH=${TCLSH} \
WISH=${PREFIX}/bin/${WISH} WRKSRC=${WRKSRC} \
1997-07-13 18:49:31 +00:00
FILESDIR=${FILESDIR} ${SH} ${SCRIPTDIR}/build
do-install:
@cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} \
1997-07-13 18:49:31 +00:00
WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/install
.include <bsd.port.mk>