openbsd-ports/mail/tkrat/Makefile
espie 46805c3820 Fix tcl/tk 8.0 and 8.3 dependencies...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00

35 lines
945 B
Makefile

# $OpenBSD: Makefile,v 1.9 2000/03/27 18:17:28 espie Exp $
DISTNAME= tkrat-2.0b9
CATEGORIES= mail x11
NEED_VERSION= 1.230
MASTER_SITES= http://www.dtek.chalmers.se/~maf/ratatosk/ \
ftp://ftp.md.chalmers.se/pub/tkrat/ \
ftp://ftp.sunet.se/pub/unix/mail/tkrat/
LIB_DEPENDS= tcl83.1.3::lang/tcl/8.3 \
tk83.1.3::x11/tk/8.3
MAINTAINER= riks@wni.com
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE= Yes
HAS_CONFIGURE= Yes
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' \
--with-tcl-bin="${LOCALBASE}/bin" \
--with-tcl-include="${LOCALBASE}/include/tcl8.3 \
${LOCALBASE}/include/tk8.3"
DOCFILES= doc/userprocs doc/interface doc/userproc.example
post-install:
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkrat
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCFILES} ${PREFIX}/share/doc/tkrat
.include <bsd.port.mk>