openbsd-ports/mail/tkrat/Makefile

28 lines
785 B
Makefile
Raw Normal View History

2000-03-05 13:30:21 -05:00
# $OpenBSD: Makefile,v 1.5 2000/03/05 18:30:33 espie Exp $
2000-02-11 00:17:17 -05:00
2000-02-15 02:43:04 -05:00
DISTNAME= tkrat-2.0b8
CATEGORIES= mail x11
2000-03-05 13:30:21 -05:00
NEED_VERSION= 1.223
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/
2000-03-05 13:30:21 -05:00
LIB_DEPENDS= tcl82.1.3:lang/tcl82 \
tk82.1.3:x11/tk82
2000-02-15 02:43:04 -05:00
MAINTAINER= riks@wni.com
2000-03-05 13:30:21 -05:00
GNU_CONFIGURE= Yes
2000-02-15 02:43:04 -05:00
CONFIGURE_ARGS= --with-tcl-bin="${LOCALBASE}/bin" \
--with-tcl-include="${LOCALBASE}/include/tcl8.2 \
${LOCALBASE}/include/tk8.2"
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>