1996-11-10 09:37:26 +00:00
|
|
|
# ex:ts=8
|
1997-05-19 13:40:38 +00:00
|
|
|
# New ports collection makefile for: mutt
|
1996-11-10 09:37:26 +00:00
|
|
|
# Version required: 0.xy
|
|
|
|
# Date created: Thur July 25, 1996
|
1997-05-17 05:34:22 +00:00
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
1996-11-10 09:37:26 +00:00
|
|
|
#
|
1997-11-16 01:57:55 +00:00
|
|
|
# $Id: Makefile,v 1.38 1997/10/01 11:27:35 obrien Exp $
|
1996-11-10 09:37:26 +00:00
|
|
|
|
1997-05-19 13:40:38 +00:00
|
|
|
DISTNAME= ${PKGNAME}e
|
1997-11-16 01:57:55 +00:00
|
|
|
PKGNAME= mutt-0.88
|
1996-11-10 20:19:54 +00:00
|
|
|
CATEGORIES= mail
|
1997-05-19 13:40:38 +00:00
|
|
|
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/
|
1996-11-10 20:19:54 +00:00
|
|
|
|
1997-05-19 13:40:38 +00:00
|
|
|
PATCH_SITES= ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
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-//}/
|
1997-03-16 16:44:07 +00:00
|
|
|
PATCHFILES=
|
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
|
1997-05-19 13:40:38 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
1997-01-29 19:16:35 +00:00
|
|
|
PATCH_DIST_STRIP= -p1
|
1996-11-10 09:37:26 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-11-16 01:57:55 +00:00
|
|
|
CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-flock \
|
1997-07-24 20:59:00 +00:00
|
|
|
--disable-fcntl --enable-hidden-host
|
1996-11-17 07:42:58 +00:00
|
|
|
MAN1= mutt.1
|
1996-11-10 09:37:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
post-install:
|
1997-06-06 06:39:07 +00:00
|
|
|
@strip ${PREFIX}/bin/mutt
|
1996-11-10 09:37:26 +00:00
|
|
|
.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
|
1997-11-16 01:57:55 +00:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/doc/*.txt \
|
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>
|