openbsd-ports/mail/tkrat/Makefile

41 lines
1019 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2006/12/17 20:13:33 kili Exp $
COMMENT= "mail user agent for X in C with a Tcl/Tk frontend"
2000-02-11 00:17:17 -05:00
2003-12-27 18:34:42 -05:00
DISTNAME= tkrat-2.1.2
PKGNAME= ${DISTNAME}p1
2000-02-15 02:43:04 -05:00
CATEGORIES= mail x11
HOMEPAGE= http://www.tkrat.org/
MAINTAINER= Kevin Lo <kevlo@openbsd.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
WANTLIB= crypto ssl
2000-03-17 15:14:01 -05:00
2006-07-14 01:20:45 -04:00
MASTER_SITES= ftp://ftp.tkrat.org/pub/tkrat/
RUN_DEPENDS= :tk-8.4.*:x11/tk/8.4
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_X11= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-tcl-bin="${LOCALBASE}/bin" \
2003-12-27 18:34:42 -05:00
--with-tcl-include="${LOCALBASE}/include/tcl8.4 \
${LOCALBASE}/include/tk8.4"
2002-10-27 12:21:39 -05:00
NO_REGRESS= Yes
DOCS= CONFIGURATION doc/interface doc/userproc.example doc/userprocs
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/tkrat
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkrat
${INSTALL_DATA} ${WRKSRC}/lib/pkgIndex.tcl ${PREFIX}/lib/tkrat
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/tkrat
.include <bsd.port.mk>