summaryrefslogtreecommitdiff
path: root/mail/elm/Makefile
blob: 0f4835489e3ce5cab4bfe476f76ac116e1b90807 (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
# New ports collection makefile for:    elm25
# Date created:				04 Feb 2000
# Whom:					dhagan@cs.vt.edu
#
# $FreeBSD$
#

PORTNAME=	elm
PORTVERSION=	2.5.6
CATEGORIES=	mail
MASTER_SITES=	ftp://ftp.virginia.edu/pub/elm/ \
		http://www.dragondata.com/software/
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	toasty@dragondata.com
COMMENT=	A once-popular mail user agent, version 2.5.x

LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell

WRKSRC=			${WRKDIR}/elm${PORTVERSION}
NO_LATEST_LINK=		yes
IS_INTERACTIVE=		yes
HAS_CONFIGURE=		yes
CONFIGURE_SCRIPT=	Configure
CONFIGURE_ENV=		PREFIX="${PREFIX}"
MAN1=			answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
			frm.1 listalias.1 messages.1 newalias.1 newmail.1 \
			printmail.1 readmsg.1 mmencode.1
MLINKS=			frm.1 nfrm.1 newmail.1 wnewmail.1

.include <bsd.port.mk>