aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt14/Makefile
blob: 94a527f25129f8d3d3e6a06535ba3498c8b117ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# ex:ts=8
# New ports collection makefile for:    mutt w/pgp hooks
# Version required:     0.xy
# Date created:         Thur July 25, 1996
# Whom:                 David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.42 1998/02/28 21:31:08 obrien Exp $

DISTNAME=   mutt-0.91.1i
PKGNAME=    mutt-0.91.1
CATEGORIES= mail
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/

PATCH_SITES=    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-//}/  \
        ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/  \
        ftp://riemann.iam.uni-bonn.de/pub/mutt/
PATCHFILES=

MAINTAINER=     obrien@FreeBSD.org

.if defined(BATCH)
RUN_DEPENDS=    ispell:${PORTSDIR}/textproc/ispell
.endif

DIST_SUBDIR=    mutt
PATCH_DIST_STRIP=   -p1
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-flock \
        --disable-fcntl --enable-hidden-host
MAN1=       mutt.1

post-install:
    @strip ${PREFIX}/bin/mutt
.if !defined(NOPORTDOCS)
    @${ECHO} "===>   Installing Mutt documentation"
    @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
    @${INSTALL_MAN} ${WRKSRC}/doc/*.txt  \
        ${PREFIX}/share/doc/mutt
    @(cd ${WRKSRC} ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc  \
        ${PREFIX}/share/doc/mutt)
.endif

.include <bsd.port.mk>