2000-01-29 15:50:32 -05:00
|
|
|
# New ports collection makefile for: tkrat2
|
|
|
|
# Date created: 9 November 1999
|
|
|
|
# Whom: Stephen J. Roznowski <sjr@home.net>
|
1997-11-14 17:51:10 -05:00
|
|
|
#
|
1999-08-25 02:51:17 -04:00
|
|
|
# $FreeBSD$
|
1997-11-14 17:51:10 -05:00
|
|
|
#
|
|
|
|
|
2000-04-13 16:01:08 -04:00
|
|
|
PORTNAME= tkrat
|
2000-09-04 21:28:42 -04:00
|
|
|
PORTVERSION= 2.0.rc6
|
1999-11-28 22:57:16 -05:00
|
|
|
CATEGORIES= mail tk82
|
1997-11-14 17:51:10 -05:00
|
|
|
MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \
|
|
|
|
ftp://ftp.sunet.se/pub/unix/mail/tkrat/
|
2000-09-04 21:28:42 -04:00
|
|
|
DISTNAME= ${PORTNAME}-2.0rc6
|
1997-11-14 17:51:10 -05:00
|
|
|
|
2000-01-29 15:50:32 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-11-14 17:51:10 -05:00
|
|
|
|
2000-01-29 15:50:32 -05:00
|
|
|
LIB_DEPENDS= tcl82:${PORTSDIR}/lang/tcl82 \
|
|
|
|
tk82:${PORTSDIR}/x11-toolkits/tk82 \
|
2000-09-04 21:28:42 -04:00
|
|
|
c-client4.7:${PORTSDIR}/mail/cclient
|
1997-11-14 17:51:10 -05:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1998-07-19 23:09:37 -04:00
|
|
|
|
1999-11-28 22:57:16 -05:00
|
|
|
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2 \
|
|
|
|
--with-tk-config=${PREFIX}/lib/tk8.2
|
1997-11-14 17:51:10 -05: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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|