1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/mail/elm+ME/Makefile

33 lines
917 B
Makefile
Raw Normal View History

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/
1996-12-19 04:19:35 +00:00
# Version required: 2.4.25.ME+28s
# Date created: 26 June 1995
# Whom: ache
#
1996-12-20 02:40:11 +00:00
# $Id: Makefile,v 1.34 1996/12/19 04:19:30 ache Exp $
#
1996-12-19 04:19:35 +00:00
DISTNAME= elm-2.4ME+28s
CATEGORIES= mail
1996-02-26 00:57:32 +00:00
MASTER_SITES= ftp://dionysos.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/
MAINTAINER= ache@FreeBSD.ORG
1996-12-20 02:40:11 +00:00
WRKSRC= ${WRKDIR}/elm2.4.ME+.28s
1996-11-17 07:42:58 +00:00
MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 filter.1 \
listalias.1 messages.1 newalias.1 printmail.1 readmsg.1
1996-03-06 07:16:41 +00:00
post-install:
cd ${WRKSRC}/nls; ${MAKE} install
1996-02-26 00:57:32 +00:00
if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \
${INSTALL_DATA} \
1996-02-26 00:57:32 +00:00
${FILESDIR}/elm.mimetypes ${PREFIX}/lib/elm.mimetypes-dist; \
else \
${INSTALL_DATA} \
1996-02-26 00:57:32 +00:00
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
fi
.include <bsd.port.mk>