summaryrefslogtreecommitdiff
path: root/mail/exmh/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-11-19 14:46:18 +0000
committeragc <agc@pkgsrc.org>1997-11-19 14:46:18 +0000
commita9533d161fe2a6aff63e8412a1c793249cb2744b (patch)
tree8a6ce119dea67197cad4c71c4e8727625bfad389 /mail/exmh/Makefile
parent136ec5313d2a2bc7c9fc04873273457fca14b3d3 (diff)
downloadpkgsrc-a9533d161fe2a6aff63e8412a1c793249cb2744b.tar.gz
Initial import of exmh-2.0zeta from FreeBSD ports collection into
NetBSD packages collection.
Diffstat (limited to 'mail/exmh/Makefile')
-rw-r--r--mail/exmh/Makefile58
1 files changed, 58 insertions, 0 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile
new file mode 100644
index 00000000000..c3b006f1ecc
--- /dev/null
+++ b/mail/exmh/Makefile
@@ -0,0 +1,58 @@
+# New ports collection Makefile for: exmh2
+# Version required: 2.0zeta
+# Date released: 1 Jan 97
+# Whom: Peter Wemm <peter@freebsd.org>
+#
+# FreeBSD Id: Makefile,v 1.17 1997/10/06 06:49:45 peter Exp
+#
+
+DISTNAME= exmh-2.0zeta
+PKGNAME= exmh-2.0z
+CATEGORIES= mail tk41
+MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/exmh/
+EXTRACT_SUFX= .tar.Z
+
+PATCH_SITES= http://www.sunlabs.com/~bwelch/exmh/patches/2.0zeta/
+PATCHFILES= ispell.patch koir.patch mime.patch seditMime.patch scan.patch \
+ addr.patch html.patch html_dpackage.patch pgpExec.patch
+
+.if defined(PATCH_DEBUG)
+PATCH_DIST_ARGS= -d ${WRKSRC}/lib -E ${PATCH_DIST_STRIP}
+.else
+PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP}
+.endif
+
+MAINTAINER= peter@FreeBSD.org
+
+DIST_SUBDIR= ${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} \
+ FILESDIR=${FILESDIR} ${SH} ${SCRIPTDIR}/build
+
+do-install:
+ @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} \
+ WRKSRC=${WRKSRC} ${SH} ${SCRIPTDIR}/install
+
+.include <bsd.port.mk>