blob: 456da3206add3fdb68ef832d81a87b4025e73072 (
plain) (
tree)
|
|
# Created by: Denis Shaposhnikov <dsh@vlink.ru>
PORTNAME= tclsasl
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= security tcl
MASTER_SITES= http://beepcore-tcl.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tcl interface to the Cyrus SASLv2 library
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
USES= tcl:tea libtool tar:tgz
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-cyrus-sasl=${LOCALBASE}
CONFIGURE_ENV= INSTALL="${INSTALL_DATA}" STAGEDIR="${STAGEDIR}"
PORTDOCS= tclsasl.html
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/tclsasl.html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|