summaryrefslogtreecommitdiff
path: root/mail/mutt/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-05 23:39:09 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-05 23:39:09 +0000
commitba45870b49dd5ddfb089edf2f3794fb0e42e4c19 (patch)
tree13da247116e053260d37debd5fe1e199f3f6b1fa /mail/mutt/Makefile
parentMove ldconfig to post-install target so it will be run after installation (diff)
Upgrade to 0.64. Warning, the .muttrc syntax hash changed a little)
Start off mutt port with patches 3-9, 11-13, 16, 20-23, 25, 27. Start off mutt.with_pgp port with patches 3-9,11-13,16-17,20-23,25-27.
Notes
Notes: svn path=/head/; revision=5859
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r--mail/mutt/Makefile43
1 files changed, 32 insertions, 11 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 6bea40867b3b..e705ee4ac4cb 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -4,10 +4,10 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.19 1997/02/01 20:45:54 obrien Exp $
+# $Id: Makefile,v 1.20 1997/02/20 09:53:22 obrien Exp $
DISTNAME= ${PKGNAME}e
-PKGNAME= mutt-0.60
+PKGNAME= mutt-0.64
CATEGORIES= mail
MASTER_SITES= ftp://cs.hmc.edu/pub/me/mutt/ \
ftp://ftp.ibp.fr/pub/unix/mail/mutt/ \
@@ -20,14 +20,33 @@ 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-//}/
-PATCHFILES= 02.redraw.PATCH \
- 03.pager.PATCH \
- 08.deletethread.PATCH \
- 09.comments.PATCH
-# 04.syntaxcolor.PATCH \
-# 05.pipemessage.PATCH \
-# 06.altpgp.PATCH \
-# 07.altpgp+syntaxcolor.PATCH \
+PATCHFILES= 03.rd_count.PATCH \
+ 04.cfg-files.PATCH.EXP \
+ 05.search-color.PATCH.EXP \
+ 06.env_info.PATCH.EXP \
+ 18.envstr.PATCH \
+ 07.thread_chars.PATCH \
+ 08.parse_set.PATCH \
+ 09.quote_sig.PATCH.EXP \
+ 11.synch.PATCH \
+ 12.edit_cc.PATCH \
+ 13.postponed-delete.PATCH \
+ 20.cmd-complete.PATCH \
+ 21.cmd_line.PATCH \
+ 22.body_search.PATCH \
+ 23.display_types.PATCH \
+ 25.messageid.PATCH \
+ 27.parse_rc.PATCH
+# these either don't apply cleanly, or to FreeBSD, or are too specialized
+# 02.status.PATCH \
+# 10.warnings.PATCH \
+# 14.add_buffy.PATCH \
+# 15.ansihp.PATCH \
+# 16.pgp.PATCH.EXP \
+# 17.hdr_format.PATCH \
+# 19.buffy.PATCH \
+# 24.mx_lock.PATCH \
+# 26.abort-unmodified.PATCH
MAINTAINER= obrien@FreeBSD.org
@@ -46,8 +65,10 @@ post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing Mutt documentation"
@${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
- @${INSTALL_DATA} ${WRKSRC}/doc/*.latin1 ${WRKSRC}/doc/*.html \
+ @${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${WRKSRC}/doc/*.html \
${PREFIX}/share/doc/mutt
+ @(cd ${WRKSRC} ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
+ ${PREFIX}/share/doc/mutt)
.endif
.include <bsd.port.mk>