1995-04-11 20:28:32 +00:00
|
|
|
# New ports collection makefile for: elm
|
1996-08-11 12:28:26 +00:00
|
|
|
# See also: http://www.ozone.fmi.fi/KEH/
|
1998-02-04 16:41:56 +00:00
|
|
|
# Version required: 2.4ME
|
1995-09-28 16:41:56 +00:00
|
|
|
# Date created: 26 June 1995
|
|
|
|
# Whom: ache
|
1994-10-14 21:59:03 +00:00
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1994-10-14 21:59:03 +00:00
|
|
|
#
|
|
|
|
|
1999-04-07 18:28:40 +00:00
|
|
|
DISTNAME= elm-2.4ME+54
|
1996-11-10 21:32:56 +00:00
|
|
|
CATEGORIES= mail
|
1997-06-22 07:28:49 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \
|
1996-05-07 19:42:50 +00:00
|
|
|
ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \
|
|
|
|
ftp://ftp.ibp.fr/pub/unix/mail/elm-me/
|
1995-09-28 16:41:56 +00:00
|
|
|
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
1994-10-14 21:59:03 +00:00
|
|
|
|
1999-04-07 18:28:40 +00:00
|
|
|
WRKSRC= ${WRKDIR}/elm2.4.ME+.54
|
1996-12-23 06:08:21 +00:00
|
|
|
MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
|
1998-07-23 22:58:36 +00:00
|
|
|
frm.1 listalias.1 messages.1 newalias.1 newmail.1 \
|
|
|
|
printmail.1 readmsg.1
|
1998-09-19 00:16:08 +00:00
|
|
|
MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1
|
1996-03-06 07:16:41 +00:00
|
|
|
|
1996-12-23 06:08:21 +00:00
|
|
|
HAS_CONFIGURE= Yes
|
|
|
|
CONFIGURE_SCRIPT= Configure
|
1997-12-24 01:21:47 +00:00
|
|
|
CONFIGURE_ENV= PREFIX="${PREFIX}"
|
|
|
|
CONFIGURE_ARGS= -S
|
1996-12-23 06:08:21 +00:00
|
|
|
|
1999-04-07 18:28:40 +00:00
|
|
|
post-configure:
|
1999-08-22 23:33:47 +00:00
|
|
|
${CP} ${FILESDIR}/elm.mimecharsets ${WRKSRC}/bin
|
1999-04-07 18:28:40 +00:00
|
|
|
|
1995-09-28 16:41:56 +00:00
|
|
|
post-install:
|
1998-08-28 20:51:28 +00:00
|
|
|
perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS
|
1995-09-28 16:41:56 +00:00
|
|
|
cd ${WRKSRC}/nls; ${MAKE} install
|
1996-02-26 00:57:32 +00:00
|
|
|
if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \
|
1996-10-03 19:08:13 +00:00
|
|
|
${INSTALL_DATA} \
|
1996-02-26 00:57:32 +00:00
|
|
|
${FILESDIR}/elm.mimetypes ${PREFIX}/lib/elm.mimetypes-dist; \
|
|
|
|
else \
|
1996-10-03 19:08:13 +00:00
|
|
|
${INSTALL_DATA} \
|
1996-02-26 00:57:32 +00:00
|
|
|
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
|
|
|
|
fi
|
1994-10-14 21:59:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|