1996-11-10 09:37:26 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: mutt
|
|
|
|
# Version required: 0.xy
|
|
|
|
# Date created: Thur July 25, 1996
|
|
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
|
|
|
#
|
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.
1997-03-05 23:39:09 +00:00
|
|
|
# $Id: Makefile,v 1.20 1997/02/20 09:53:22 obrien Exp $
|
1996-11-10 09:37:26 +00:00
|
|
|
|
1997-01-19 02:12:12 +00:00
|
|
|
DISTNAME= ${PKGNAME}e
|
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.
1997-03-05 23:39:09 +00:00
|
|
|
PKGNAME= mutt-0.64
|
1996-11-10 20:19:54 +00:00
|
|
|
CATEGORIES= mail
|
1996-11-10 09:37:26 +00:00
|
|
|
MASTER_SITES= 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/ \
|
1996-11-10 20:19:54 +00:00
|
|
|
ftp://ftp.funet.fi/pub/unix/mail/mutt/
|
|
|
|
|
1996-12-31 15:00:18 +00:00
|
|
|
PATCH_SITES= http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
|
1997-01-20 05:51:01 +00:00
|
|
|
ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/ \
|
1996-12-08 06:33:44 +00:00
|
|
|
http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \
|
1996-11-10 09:37:26 +00:00
|
|
|
http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/
|
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.
1997-03-05 23:39:09 +00:00
|
|
|
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
|
1996-11-10 09:37:26 +00:00
|
|
|
|
1996-12-31 15:00:18 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1996-11-10 09:37:26 +00:00
|
|
|
|
1996-11-26 06:54:15 +00:00
|
|
|
DIST_SUBDIR= mutt
|
1996-11-10 09:37:26 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
1997-01-29 19:16:35 +00:00
|
|
|
#PATCH_DIST_STRIP= -p2
|
|
|
|
PATCH_DIST_STRIP= -p1
|
1996-12-31 15:00:18 +00:00
|
|
|
#PATCH_DIST_STRIP=
|
1996-11-10 09:37:26 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1996-11-17 07:42:58 +00:00
|
|
|
MAN1= mutt.1
|
1996-11-10 09:37:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@#### don't strip until out of beta peroid
|
|
|
|
@#strip ${PREFIX}/bin/mutt
|
|
|
|
.if !defined(NOPORTDOCS)
|
1996-11-25 01:00:17 +00:00
|
|
|
@${ECHO} "===> Installing Mutt documentation"
|
1996-11-10 09:37:26 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
|
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.
1997-03-05 23:39:09 +00:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${WRKSRC}/doc/*.html \
|
1996-11-10 09:37:26 +00:00
|
|
|
${PREFIX}/share/doc/mutt
|
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.
1997-03-05 23:39:09 +00:00
|
|
|
@(cd ${WRKSRC} ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
|
|
|
|
${PREFIX}/share/doc/mutt)
|
1996-11-10 09:37:26 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|