diff options
author | tron <tron> | 1998-02-02 10:48:30 +0000 |
---|---|---|
committer | tron <tron> | 1998-02-02 10:48:30 +0000 |
commit | d6386a55e62f50aaa6ae07d9a381ef578a47680e (patch) | |
tree | 60e50b51145ba1460b8f9f84a23e11525d70a5ef /mail/mutt | |
parent | ee5ce3a1455724592e6e44eebe28d3a835c6a2bc (diff) | |
download | pkgsrc-d6386a55e62f50aaa6ae07d9a381ef578a47680e.tar.gz |
Initial import of mutt 0.89.1i package.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 34 | ||||
-rw-r--r-- | mail/mutt/files/md5 | 1 | ||||
-rw-r--r-- | mail/mutt/pkg/COMMENT | 1 | ||||
-rw-r--r-- | mail/mutt/pkg/DESCR | 9 | ||||
-rw-r--r-- | mail/mutt/pkg/PLIST | 8 |
5 files changed, 53 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile new file mode 100644 index 00000000000..758e9e2aff8 --- /dev/null +++ b/mail/mutt/Makefile @@ -0,0 +1,34 @@ +# +# New ports collection makefile for: mutt +# Version required: mutt-0.89.1i +# Date Created: 02 February 1998 +# Whom: tron +# +# $NetBSD: Makefile,v 1.1 1998/02/02 10:48:30 tron Exp $ + +DISTNAME= mutt-0.89.1i +CATEGORIES= mail +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/ + +MAINTAINER= tron@netbsd.org + +LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses + +RESTRICTED= "Uses PGP" +MIRROR_DISTFILE= no +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-curses=${PREFIX} + +MAN1= man/man1/mutt.1 + +post-install: + strip ${PREFIX}/bin/mutt + ${MKDIR} ${PREFIX}/share/doc/mutt + ${CP} ${WRKSRC}/doc/manual.txt ${PREFIX}/share/doc/mutt + ${CP} ${WRKSRC}/doc/pgp-Notes.txt ${PREFIX}/share/doc/mutt + +.include <bsd.port.mk> diff --git a/mail/mutt/files/md5 b/mail/mutt/files/md5 new file mode 100644 index 00000000000..00d47595194 --- /dev/null +++ b/mail/mutt/files/md5 @@ -0,0 +1 @@ +MD5 (mutt-0.89.1i.tar.gz) = 6f7967be878bd560d8680d336da010aa diff --git a/mail/mutt/pkg/COMMENT b/mail/mutt/pkg/COMMENT new file mode 100644 index 00000000000..d26e554d40a --- /dev/null +++ b/mail/mutt/pkg/COMMENT @@ -0,0 +1 @@ +text-based MIME mail client with PGP support diff --git a/mail/mutt/pkg/DESCR b/mail/mutt/pkg/DESCR new file mode 100644 index 00000000000..60af96672d3 --- /dev/null +++ b/mail/mutt/pkg/DESCR @@ -0,0 +1,9 @@ +The Mutt E-Mail Client by Michael Elkins <me@cs.hmc.edu> + +``All mail clients suck. This one just sucks less.'' -me, circa 1995 + +Mutt is a small but very powerful text-based MIME mail client.Mutt +is highly configurable, and is well suited to the mail power user with +advanced features like key bindings, keyboard macros, mail threading, +regular expression searches and a powerful pattern matching language +for selecting groups of messages. diff --git a/mail/mutt/pkg/PLIST b/mail/mutt/pkg/PLIST new file mode 100644 index 00000000000..c7d56d207ae --- /dev/null +++ b/mail/mutt/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 1998/02/02 10:48:34 tron Exp $ +bin/mutt +man/man1/mutt.1 +share/misc/Muttrc +share/misc/mime.types +share/doc/mutt/manual.txt +share/doc/mutt/pgp-Notes.txt +@dirrm share/doc/mutt |