summaryrefslogtreecommitdiff
path: root/mail/mutt/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-01-28 00:12:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-01-28 00:12:01 +0000
commit479e160c677b84a55d4c067d3e5805b0a5752e64 (patch)
tree428be3887df9e122a7866803122ce87a646c65c7 /mail/mutt/Makefile
parentUpgrade to spigot-1.7 (diff)
Upgrade to version 0.89.
NOTE, this is now the full version. Michael has pushed the PGP hooks development off-shore. This port now fetches from there. Mutt does not contain crypo, just hooks to run an extern application. All I've talked to feel ITAR does NOT prohibit this -- as Mutt isn't using the PGP ABI. In fact, our current Elm package is built with PGP hooks and we do not control it, so I am treaing Mutt in the same way.
Notes
Notes: svn path=/head/; revision=9482
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r--mail/mutt/Makefile30
1 files changed, 16 insertions, 14 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 434e9bdaece1..698f66711682 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,38 +1,40 @@
# ex:ts=8
-# New ports collection makefile for: mutt
+# New ports collection makefile for: mutt w/pgp hooks
# Version required: 0.xy
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.38 1997/10/01 11:27:35 obrien Exp $
+# $Id: Makefile,v 1.44 1997/11/16 01:57:55 obrien Exp $
-DISTNAME= ${PKGNAME}e
-PKGNAME= mutt-0.88
+DISTNAME= ${PKGNAME}i
+PKGNAME= mutt-0.89
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.cs.hmc.edu/pub/me/mutt/ \
- ftp://ftp.ibp.fr/pub/unix/mail/mutt/ \
- ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \
- ftp://ftp.teuto.de/pub/user/lmb/ \
- ftp://ftp.funet.fi/pub/unix/mail/mutt/
+MASTER_SITES= ftp://riemann.iam.uni-bonn.de/pub/mutt/ \
+ ftp://ftp.gbnet.net/pub/mutt-international/ \
+ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-international/ \
+ ftp://ftp.gwdg.de/pub/unix/mail/mutt/international/ \
+ ftp://ftp.iks-jena.de/pub/mitarb/lutz/crypt/software/pgp/mutt/
-PATCH_SITES= ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/ \
- http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
+PATCH_SITES= http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \
http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \
- ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/
+ ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
+ ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/
PATCHFILES=
MAINTAINER= obrien@FreeBSD.org
+.if defined(BATCH)
+RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
+.endif
+
DIST_SUBDIR= mutt
-WRKSRC= ${WRKDIR}/${PKGNAME}
PATCH_DIST_STRIP= -p1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-flock \
--disable-fcntl --enable-hidden-host
MAN1= mutt.1
-
post-install:
@strip ${PREFIX}/bin/mutt
.if !defined(NOPORTDOCS)