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)
|
|
|
|
#
|
1997-03-10 00:32:56 +00:00
|
|
|
# $Id: Makefile,v 1.21 1997/03/05 23:39:01 obrien Exp $
|
1996-11-10 09:37:26 +00:00
|
|
|
|
1997-01-19 02:12:12 +00:00
|
|
|
DISTNAME= ${PKGNAME}e
|
1997-03-10 00:32:56 +00:00
|
|
|
PKGNAME= mutt-0.65
|
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/
|
|
|
|
|
1997-03-10 00:32:56 +00:00
|
|
|
PATCH_SITES= ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
http://www.frmug.org/mutt/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-//}/
|
1997-03-10 00:32:56 +00:00
|
|
|
PATCHFILES= 02.rd_count.PATCH \
|
|
|
|
11.cfg-files.PATCH.EXP \
|
|
|
|
15.patchlist.PATCH \
|
|
|
|
18.decode_64.PATCH \
|
|
|
|
21.decode_quoted.PATCH \
|
|
|
|
22.warning.PATCH \
|
|
|
|
04.untag-all.PATCH \
|
|
|
|
05.toggle-new.PATCH \
|
|
|
|
07.alias-jumping.PATCH.EXP
|
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>
|