openbsd-ports/mail/tkrat/Makefile
alek b7852c9af7 - Better deps
- Add WANTLIB marker
- Bump PKGNAME

ok kevlo@
2005-01-03 10:18:53 +00:00

41 lines
1020 B
Makefile

# $OpenBSD: Makefile,v 1.18 2005/01/03 10:18:53 alek Exp $
COMMENT= "mail user agent for X in C with a Tcl/Tk frontend"
DISTNAME= tkrat-2.1.2
PKGNAME= ${DISTNAME}p1
CATEGORIES= mail x11
HOMEPAGE= http://www.tkrat.org/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= crypto ssl
MASTER_SITES= ${HOMEPAGE}/downloads/stable/
BUILD_DEPENDS= :tk-8.4.*:x11/tk/8.4
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_X11= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-tcl-bin="${LOCALBASE}/bin" \
--with-tcl-include="${LOCALBASE}/include/tcl8.4 \
${LOCALBASE}/include/tk8.4"
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>