1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/mail/elm+ME/Makefile

29 lines
748 B
Makefile
Raw Normal View History

1995-04-11 20:28:32 +00:00
# New ports collection makefile for: elm
1996-02-29 21:36:05 +00:00
# Version required: 2.4.25.ME+.11
# Date created: 26 June 1995
# Whom: ache
#
1996-03-06 07:16:41 +00:00
# $Id: Makefile,v 1.17 1996/02/29 21:35:46 ache Exp $
#
1996-02-29 21:36:05 +00:00
DISTNAME= elm-2.4ME+11
CATEGORIES+= mail
1996-02-26 00:57:32 +00:00
MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \
ftp://ftp.kiae.su/unix/mail/
MAINTAINER= ache@FreeBSD.ORG
1996-03-06 07:16:41 +00:00
WRKSRC= ${WRKDIR}/elm2.4.ME+.11
post-install:
cd ${WRKSRC}/nls; ${MAKE} install
1996-02-26 00:57:32 +00:00
if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${FILESDIR}/elm.mimetypes ${PREFIX}/lib/elm.mimetypes-dist; \
else \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
fi
.include <bsd.port.mk>