mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ff326becc9
updated.
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# New ports collection makefile for: tkrat2
|
|
# Version required: 2.0b7
|
|
# Date created: 9 November 1999
|
|
# Whom: Stephen J. Roznowski <sjr@home.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= tkrat-2.0b7
|
|
CATEGORIES= mail tk82
|
|
MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \
|
|
ftp://ftp.sunet.se/pub/unix/mail/tkrat/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= tcl82:${PORTSDIR}/lang/tcl82 \
|
|
tk82:${PORTSDIR}/x11-toolkits/tk82 \
|
|
c-client4.7:${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
|
|
|
|
.include <bsd.port.mk>
|