freebsd-ports/mail/elm/Makefile

38 lines
1021 B
Makefile
Raw Normal View History

1995-04-11 16:28:32 -04:00
# New ports collection makefile for: elm
1996-08-11 08:28:26 -04:00
# See also: http://www.ozone.fmi.fi/KEH/
1997-04-18 23:08:36 -04:00
# Version required: 2.4.25.ME+31H
# Date created: 26 June 1995
# Whom: ache
#
1997-04-18 23:08:36 -04:00
# $Id: Makefile,v 1.38 1997/01/31 11:33:06 ache Exp $
#
1997-04-18 23:08:36 -04:00
DISTNAME= elm-2.4ME+31H
CATEGORIES= mail
1996-02-25 19:57:32 -05:00
MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \
1996-05-07 15:42:50 -04:00
ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \
ftp://ftp.ibp.fr/pub/unix/mail/elm-me/
MAINTAINER= ache@FreeBSD.ORG
1997-04-18 23:08:36 -04:00
WRKSRC= ${WRKDIR}/elm2.4.ME+.31H
1996-12-23 01:08:21 -05:00
MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
1996-11-17 02:42:58 -05:00
listalias.1 messages.1 newalias.1 printmail.1 readmsg.1
1996-03-06 02:16:41 -05:00
1996-12-23 01:08:21 -05:00
HAS_CONFIGURE= Yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ENV+= PREFIX="${PREFIX}"
CONFIGURE_ARGS+= -S
post-install:
cd ${WRKSRC}/nls; ${MAKE} install
1996-02-25 19:57:32 -05:00
if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \
${INSTALL_DATA} \
1996-02-25 19:57:32 -05:00
${FILESDIR}/elm.mimetypes ${PREFIX}/lib/elm.mimetypes-dist; \
else \
${INSTALL_DATA} \
1996-02-25 19:57:32 -05:00
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
fi
.include <bsd.port.mk>