1996-11-10 04:37:26 -05:00
|
|
|
# ex:ts=8
|
1998-01-27 19:12:01 -05:00
|
|
|
# New ports collection makefile for: mutt w/pgp hooks
|
1996-11-10 04:37:26 -05:00
|
|
|
# Version required: 0.xy
|
|
|
|
# Date created: Thur July 25, 1996
|
1997-05-17 01:34:22 -04:00
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
1996-11-10 04:37:26 -05:00
|
|
|
#
|
1998-07-18 15:09:24 -04:00
|
|
|
# $Id: Makefile,v 1.45 1998/07/17 18:52:17 obrien Exp $
|
1996-11-10 04:37:26 -05:00
|
|
|
|
1998-07-17 14:52:19 -04:00
|
|
|
DISTNAME= mutt-0.93.1i
|
|
|
|
PKGNAME= mutt-0.93.1
|
1996-11-10 15:19:54 -05:00
|
|
|
CATEGORIES= mail
|
1998-01-27 19:12:01 -05: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 15:19:54 -05:00
|
|
|
|
1998-01-27 19:12:01 -05:00
|
|
|
PATCH_SITES= http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
|
1997-05-19 09:40:38 -04:00
|
|
|
http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \
|
1998-01-27 19:12:01 -05:00
|
|
|
ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
|
1998-02-28 16:31:08 -05:00
|
|
|
ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/ \
|
|
|
|
ftp://riemann.iam.uni-bonn.de/pub/mutt/
|
1998-04-18 07:11:30 -04:00
|
|
|
PATCHFILES=
|
1996-11-10 04:37:26 -05:00
|
|
|
|
1996-12-31 10:00:18 -05:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1996-11-10 04:37:26 -05:00
|
|
|
|
1998-01-27 19:12:01 -05:00
|
|
|
.if defined(BATCH)
|
1998-07-18 15:09:24 -04:00
|
|
|
LIB_DEPENDS= slang\\.1\\.:${PORTSDIR}/devel/libslang
|
|
|
|
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
1998-01-27 19:12:01 -05:00
|
|
|
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
1998-07-18 15:09:24 -04:00
|
|
|
.elif defined(USE_NCURSES_PORT)
|
|
|
|
LIB_DEPENDS= ncurses\\.4\\.:${PORTSDIR}/devel/ncurses
|
|
|
|
.elif defined(USE_SLANG)
|
|
|
|
LIB_DEPENDS= slang\\.1\\.:${PORTSDIR}/devel/libslang
|
1998-01-27 19:12:01 -05:00
|
|
|
.endif
|
|
|
|
|
1996-11-26 01:54:15 -05:00
|
|
|
DIST_SUBDIR= mutt
|
1997-01-29 14:16:35 -05:00
|
|
|
PATCH_DIST_STRIP= -p1
|
1996-11-10 04:37:26 -05:00
|
|
|
GNU_CONFIGURE= yes
|
1998-07-16 01:57:13 -04:00
|
|
|
CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-imap --enable-flock \
|
|
|
|
--disable-fcntl --enable-hidden-host \
|
|
|
|
--with-sharedir=${PREFIX}/share/misc \
|
1998-07-18 15:09:24 -04:00
|
|
|
--with-docdir=${PREFIX}/share/doc/mutt
|
|
|
|
.if defined(BATCH) || defined(USE_SLANG)
|
|
|
|
CONFIGURE_ARGS+= --with-slang=${PREFIX}
|
|
|
|
.elif defined(USE_NCURSES_PORT)
|
|
|
|
CONFIGURE_ARGS+= --with-curses=${PREFIX}
|
|
|
|
.endif
|
1996-11-17 02:42:58 -05:00
|
|
|
MAN1= mutt.1
|
1996-11-10 04:37:26 -05:00
|
|
|
|
1998-07-16 01:57:13 -04:00
|
|
|
post-patch:
|
|
|
|
@touch ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@${MKDIR} ${PREFIX}/share/misc
|
|
|
|
|
1996-11-10 04:37:26 -05:00
|
|
|
post-install:
|
1997-06-06 02:39:07 -04:00
|
|
|
@strip ${PREFIX}/bin/mutt
|
1996-11-10 04:37:26 -05:00
|
|
|
.if !defined(NOPORTDOCS)
|
1996-11-24 20:00:17 -05:00
|
|
|
@${ECHO} "===> Installing Mutt documentation"
|
1996-11-10 04:37:26 -05:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
|
1997-11-15 20:57:55 -05:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/doc/*.txt \
|
1996-11-10 04:37:26 -05: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 18:39:09 -05:00
|
|
|
@(cd ${WRKSRC} ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
|
|
|
|
${PREFIX}/share/doc/mutt)
|
1996-11-10 04:37:26 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|