aboutsummaryrefslogtreecommitdiffstats
path: root/mail/im/Makefile
blob: 3ce33639e841c6825293ffa0f6c6d604d143142b (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
31
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for: IM
# Version required: 76
# Date created:     13 November 1997
# Whom:         Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.1.1.1 1997/11/30 10:34:47 max Exp $
#

DISTNAME=   im-76
CATEGORIES= mail
MASTER_SITES=   ftp://ftp.mew.org/pub/Mew/ \
        ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \
        ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/

MAINTAINER= kiri@kiri.toba-cmt.ac.jp

USE_PERL5=  yes

GNU_CONFIGURE=  yes

MANLANG=    ja_JP.EUC
MAN1=       imali.1 imget.1 imsetup.1 imstore.1

PORTDOCDIR= ${PREFIX}/share/doc/im
SAMPLEDIR=  ${PREFIX}/share/examples/im
MANFILES=   imali.jis imget.jis imsetup.jis imstore.jis
PORTDOCS=   00readme imget2.jis imput imput.jis

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PORTDOCDIR} ${SAMPLEDIR}
    @(cd ${WRKSRC}; \
    (cd man;  ${INSTALL_DATA} ${PORTDOCS} ${PORTDOCDIR}); \
    ${INSTALL_DATA} dot.im/* ${SAMPLEDIR}; \
    )
.endif
.for f in ${MANFILES}
    @${INSTALL_MAN} ${WRKSRC}/man/${f} \
        ${PREFIX}/man/ja_JP.EUC/man1/`${BASENAME} ${f} .jis`.1
.endfor

.include <bsd.port.mk>