openbsd-ports/mail/tkrat/Makefile

33 lines
934 B
Makefile
Raw Normal View History

2000-10-22 14:03:31 -04:00
# $OpenBSD: Makefile,v 1.11 2000/10/22 18:05:03 espie Exp $
2000-02-11 00:17:17 -05:00
DISTNAME= tkrat-2.0b9
2000-02-15 02:43:04 -05:00
CATEGORIES= mail x11
NEED_VERSION= 1.305
2000-02-15 02:43:04 -05:00
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
2000-10-22 14:03:31 -04:00
MAINTAINER= Rik Schneider <rik@deranged.schneider.org>
2000-03-17 15:14:01 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-tcl-bin="${LOCALBASE}/bin" \
--with-tcl-include="${LOCALBASE}/include/tcl8.3 \
${LOCALBASE}/include/tk8.3"
2000-02-15 02:43:04 -05:00
DOCFILES= doc/userprocs doc/interface doc/userproc.example
post-install:
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkrat
2000-02-15 02:43:04 -05:00
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCFILES} ${PREFIX}/share/doc/tkrat
.include <bsd.port.mk>