1996-11-10 09:37:26 +00:00
|
|
|
# ex:ts=8
|
1998-01-28 00:12:01 +00:00
|
|
|
# New ports collection makefile for: mutt w/pgp hooks
|
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
|
|
|
#
|
1998-04-18 11:11:30 +00:00
|
|
|
# $Id: Makefile,v 1.42 1998/02/28 21:31:08 obrien Exp $
|
1996-11-10 09:37:26 +00:00
|
|
|
|
1998-04-18 11:11:30 +00:00
|
|
|
DISTNAME= mutt-0.91.1i
|
|
|
|
PKGNAME= mutt-0.91.1
|
1996-11-10 20:19:54 +00:00
|
|
|
CATEGORIES= mail
|
1998-01-28 00:12:01 +00:00
|
|
|
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/
|
1996-11-10 20:19:54 +00:00
|
|
|
|
1998-01-28 00:12:01 +00:00
|
|
|
PATCH_SITES= http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
|
1997-05-19 13:40:38 +00:00
|
|
|
http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \
|
1998-01-28 00:12:01 +00:00
|
|
|
ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
|
1998-02-28 21:31:08 +00:00
|
|
|
ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
ftp://riemann.iam.uni-bonn.de/pub/mutt/
|
1998-04-18 11:11:30 +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
|
|
|
|
1998-01-28 00:12:01 +00:00
|
|
|
.if defined(BATCH)
|
|
|
|
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
|
|
|
.endif
|
|
|
|
|
1996-11-26 06:54:15 +00:00
|
|
|
DIST_SUBDIR= mutt
|
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>
|