aboutsummaryrefslogtreecommitdiffstats
path: root/mail/tkrat2/Makefile
blob: 4593b18612eace1b741fa8382d964930f66d2dc0 (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:    tkrat
# Version required: 1.1
# Date created:     24 October 1997
# Whom:         Bruce Gingery <bgingery@gtcs.com>
#
# $Id: Makefile,v 1.5 1998/07/24 06:15:46 hoek Exp $
#

DISTNAME=   tkrat-1.1
CATEGORIES= mail tk80
MASTER_SITES=   ftp://ftp.md.chalmers.se/pub/tkrat/ \
        ftp://ftp.sunet.se/pub/unix/mail/tkrat/

MAINTAINER= appleseed@his.com

BUILD_DEPENDS=  tclsh8.0:${PORTSDIR}/lang/tcl80
LIB_DEPENDS=    tcl80\\.1\\.2:${PORTSDIR}/lang/tcl80 \
        tk80\\.1\\.2:${PORTSDIR}/x11-toolkits/tk80 \
        c-client\\.2\\.1:${PORTSDIR}/mail/imap-uw

GNU_CONFIGURE=  yes

CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.0 \
        --with-tk-config=${PREFIX}/lib/tk8.0

DOCFILES=   CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \
        doc/userproc.example

post-install:
.if !defined(NOPORTDOCS)
    @${ECHO_MSG} "===>  Copying documents to ${PREFIX}/${PORTDOCDIR}"
    @${MKDIR} ${PREFIX}/share/doc/tkrat
.for f in ${DOCFILES}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tkrat
.endfor
.else
    @${ECHO_MSG} "===>  Not copying available documents"
.endif
    @${MKDIR} ${PREFIX}/lib/ratatosk
    ${INSTALL_DATA} ${FILESDIR}/ratatoskrc ${PREFIX}/lib/ratatosk
    #/bin/chmod ugo+wt /var/mail

.include <bsd.port.mk>