aboutsummaryrefslogtreecommitdiffstats
path: root/mail/tkrat2/Makefile
blob: d4f847efdb5af38af2ce041a5ef500a18527d46d (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.0.5
# Date created:     24 October 1997
# Whom:         Bruce Gingery <bgingery@gtcs.com>
#
# $Id: Makefile,v 1.2 1997/12/07 02:58:27 pst Exp $
#

DISTNAME=   tkrat-1.0.5
CATEGORIES= mail tk80
MASTER_SITES=   ftp://ftp.md.chalmers.se/pub/tkrat/ \
        ftp://ftp.sunet.se/pub/unix/mail/tkrat/
# NOTE:  "fetch" fails on FreeBSD 2.2.1 for "no-login", but ncftp succeeds
#   from commandline, or script invocation.

MAINTAINER= bgingery@gtcs.com

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

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-shared=yes \
        --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

.include <bsd.port.mk>