1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/mail/elm/Makefile
Andrey A. Chernov 25cc9c6fe7 Change dist site
1997-06-22 07:28:49 +00:00

38 lines
1019 B
Makefile

# New ports collection makefile for: elm
# See also: http://www.ozone.fmi.fi/KEH/
# Version required: 2.4.25.ME+32
# Date created: 26 June 1995
# Whom: ache
#
# $Id: Makefile,v 1.40 1997/06/05 21:50:05 ache Exp $
#
DISTNAME= elm-2.4ME+32
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \
ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \
ftp://ftp.ibp.fr/pub/unix/mail/elm-me/
MAINTAINER= ache@FreeBSD.ORG
WRKSRC= ${WRKDIR}/elm2.4.ME+.32
MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
listalias.1 messages.1 newalias.1 printmail.1 readmsg.1
HAS_CONFIGURE= Yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ENV+= PREFIX="${PREFIX}"
CONFIGURE_ARGS+= -S
post-install:
cd ${WRKSRC}/nls; ${MAKE} install
if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \
${INSTALL_DATA} \
${FILESDIR}/elm.mimetypes ${PREFIX}/lib/elm.mimetypes-dist; \
else \
${INSTALL_DATA} \
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
fi
.include <bsd.port.mk>