aboutsummaryrefslogtreecommitdiffstats
path: root/mail/im/Makefile
blob: 9aebe7553532a6a397eac14366ee5dece6a0513f (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
43
# New ports collection makefile for: IM
# Date created:     13 November 1997
# Whom:         Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   im
PORTVERSION=    140
CATEGORIES= mail
MASTER_SITES=   ftp://ftp.mew.org/pub/Mew/ \
        ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \
        ${MASTER_SITE_PORTS_JP}

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

USE_PERL5=  yes
USE_AUTOCONF=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --libdir=${PREFIX}/etc
# If you use RPOP instead of APOP, comment out following line.
#CONFIGURE_ARGS+=--enable-rpop
MAKE_ARGS=  prefix=${PREFIX} imlibdir=${PREFIX}/etc/im

PORTDOCDIR= ${PREFIX}/share/doc/im
SAMPLEDIR=  ${PREFIX}/share/examples/im
PORTDOCS=   00changes 00copyright 00copyright.jis 00perl 00readme 00usage

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PORTDOCDIR}/man ${SAMPLEDIR}
    @cd ${WRKSRC}; \
    ${INSTALL_DATA} ${PORTDOCS} ${PORTDOCDIR}; \
    ${INSTALL_DATA} man/* ${PORTDOCDIR}/man; \
    ${INSTALL_DATA} dot.im/* ${SAMPLEDIR}
.endif

## for make PLIST (only maintainer use)
#arrange:
#   ${MAKE} -DPLIST_OVERRIDE \
#   DIRRMDEPTH=1 plist

.include <bsd.port.mk>