diff options
author | obrien <obrien@FreeBSD.org> | 1998-01-28 08:12:01 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-01-28 08:12:01 +0800 |
commit | fb2e563cfbf03f4b6a35d13264ba90e0e43d5e79 (patch) | |
tree | 76ffad4cd1ea2d3f0cf258efd1eb2b11c6b21825 /mail/mutt-devel/Makefile | |
parent | b57ae0becb0067493b740bd6f4c25804375a7c22 (diff) | |
download | freebsd-ports-gnome-fb2e563cfbf03f4b6a35d13264ba90e0e43d5e79.tar.gz freebsd-ports-gnome-fb2e563cfbf03f4b6a35d13264ba90e0e43d5e79.tar.zst freebsd-ports-gnome-fb2e563cfbf03f4b6a35d13264ba90e0e43d5e79.zip |
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.
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 434e9bdaece1..698f66711682 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/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) |