1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/elm/Makefile
David E. O'Brien ad74428818 CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
1996-11-10 21:32:56 +00:00

31 lines
788 B
Makefile

# New ports collection makefile for: elm
# See also: http://www.ozone.fmi.fi/KEH/
# Version required: 2.4.25.ME+28
# Date created: 26 June 1995
# Whom: ache
#
# $Id: Makefile,v 1.31 1996/10/03 19:07:54 ache Exp $
#
DISTNAME= elm-2.4ME+28
CATEGORIES= mail
MASTER_SITES= ftp://dionysos.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+.28
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>