aboutsummaryrefslogtreecommitdiffstats
path: root/mail/elm+ME/Makefile
blob: 1f9de0851fcc3fe3f4eaf8e3d2ee522afa2d59dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    elm
# See also: http://www.ozone.fmi.fi/KEH/
# Version required:     2.4.25.ME+.23
# Date created:         26 June 1995
# Whom:                 ache
#
# $Id: Makefile,v 1.26 1996/06/20 22:23:21 ache Exp $
#

DISTNAME=       elm-2.4ME+23
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+.23

post-install:
    cd ${WRKSRC}/nls; ${MAKE} install
    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>