1998-07-20 03:09:37 +00:00
|
|
|
# New ports collection makefile for: tkrat
|
1997-11-14 22:51:10 +00:00
|
|
|
# Date created: 24 October 1997
|
|
|
|
# Whom: Bruce Gingery <bgingery@gtcs.com>
|
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1997-11-14 22:51:10 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= tkrat
|
|
|
|
PORTVERSION= 1.2
|
1999-11-29 03:57:16 +00:00
|
|
|
CATEGORIES= mail tk82
|
1997-11-14 22:51:10 +00:00
|
|
|
MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \
|
|
|
|
ftp://ftp.sunet.se/pub/unix/mail/tkrat/
|
|
|
|
|
1998-07-24 06:15:46 +00:00
|
|
|
MAINTAINER= appleseed@his.com
|
1997-11-14 22:51:10 +00:00
|
|
|
|
1999-11-29 03:57:16 +00:00
|
|
|
BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82
|
|
|
|
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
|
|
|
|
tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
|
2000-01-03 11:51:57 +00:00
|
|
|
c-client4.7:${PORTSDIR}/mail/imap-uw
|
1997-11-14 22:51:10 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1998-07-20 03:09:37 +00:00
|
|
|
|
1999-11-29 03:57:16 +00:00
|
|
|
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2 \
|
|
|
|
--with-tk-config=${PREFIX}/lib/tk8.2
|
1997-11-14 22:51:10 +00:00
|
|
|
|
|
|
|
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
|
1999-08-22 19:01:07 +00:00
|
|
|
#${CHMOD} ugo+wt /var/mail
|
1997-11-14 22:51:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|