freebsd-ports/mail/elm/Makefile

36 lines
873 B
Makefile
Raw Normal View History

2000-05-29 11:36:16 +02:00
# New ports collection makefile for: elm25
# Date created: 04 Feb 2000
# Whom: dhagan@cs.vt.edu
#
# $FreeBSD$
#
PORTNAME= elm
PORTVERSION= 2.5.8
PORTREVISION= 0
2000-05-29 11:36:16 +02:00
CATEGORIES= mail
MASTER_SITES= ftp://ftp.virginia.edu/pub/elm/ \
http://www.dragondata.com/software/
2000-05-29 11:36:16 +02:00
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= toasty@dragondata.com
2003-02-21 13:51:06 +01:00
COMMENT= A once-popular mail user agent, version 2.5.x
2000-05-29 11:36:16 +02:00
BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
CFLAGS+= -D_SIZE_T
WRKSRC= ${WRKDIR}/elm${PORTVERSION}
2000-05-29 11:36:16 +02:00
NO_LATEST_LINK= yes
USE_GETTEXT= yes
2000-05-29 11:36:16 +02:00
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>