aboutsummaryrefslogtreecommitdiffstats
path: root/mail/tkrat2/Makefile
blob: 998534c633963ba8d3853f5643b39991b59298de (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# New ports collection makefile for:    tkrat2
# Date created:     9 November 1999
# Whom:         Stephen J. Roznowski <sjr@home.net>
#
# $FreeBSD$
#

PORTNAME=   tkrat
PORTVERSION=    2.1.5
PORTREVISION=   3
CATEGORIES= mail tk
MASTER_SITES=   http://tkrat.org/downloads/stable/ \
        ftp://ftp.tkrat.org/pub/tkrat/

MAINTAINER= sjroz@verizon.net
COMMENT=    A mail user agent for X with a Tcl/Tk user interface

LIB_DEPENDS=    tcl84:${PORTSDIR}/lang/tcl84 \
        tk84:${PORTSDIR}/x11-toolkits/tk84 \
        c-client4.9:${PORTSDIR}/mail/cclient

USE_XORG=   x11 xt

GNU_CONFIGURE=  yes

CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.4 \
        --with-tk-config=${PREFIX}/lib/tk8.4 \
        --with-tcl-include=${PREFIX}/include/tcl8.4 \
        --with-tk-include=${PREFIX}/include/tk8.4
MAKE_ARGS+= -j2 -B

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

MAN1=       tkrat.1

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=     Build fails on sparc64
.elif ${OSVERSION} >= 900000
BROKEN=     does not build
.endif

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} ${DOCSDIR}
.endfor
.else
    @${ECHO_MSG} "===>  Not copying available documents"
.endif
    @${MKDIR} ${PREFIX}/lib/ratatosk
    ${INSTALL_DATA} ${FILESDIR}/ratatoskrc ${PREFIX}/lib/ratatosk

.include <bsd.port.post.mk>