blob: 630f52cc182ade3b5e9396bdc82b00026b2c1755 (
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>
#
# $FreeBSD$
#
DISTNAME= tkrat-1.2
CATEGORIES= mail tk82
MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \
ftp://ftp.sunet.se/pub/unix/mail/tkrat/
MAINTAINER= appleseed@his.com
BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
c-client4.5:${PORTSDIR}/mail/imap-uw
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2 \
--with-tk-config=${PREFIX}/lib/tk8.2
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
#${CHMOD} ugo+wt /var/mail
.include <bsd.port.mk>
|