2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Denis Shaposhnikov <dsh@vlink.ru>
|
2006-04-29 17:55:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tclsasl
|
|
|
|
PORTVERSION= 1.0
|
2014-06-06 11:24:06 +02:00
|
|
|
PORTREVISION= 3
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= security tcl
|
2006-04-29 17:55:15 +02:00
|
|
|
MASTER_SITES= http://beepcore-tcl.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= dsh@vlink.ru
|
2014-01-14 10:22:26 +01:00
|
|
|
COMMENT= Tcl interface to the Cyrus SASLv2 library
|
2006-04-29 17:55:15 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
|
2006-04-29 17:55:15 +02:00
|
|
|
|
2016-04-21 18:48:50 +02:00
|
|
|
USES= tcl:tea libtool tar:tgz
|
2007-01-08 01:00:57 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-29 17:55:15 +02:00
|
|
|
|
2016-04-21 18:48:50 +02:00
|
|
|
CONFIGURE_ARGS= --with-cyrus-sasl=${LOCALBASE}
|
2014-01-14 10:22:26 +01:00
|
|
|
CONFIGURE_ENV= INSTALL="${INSTALL_DATA}" STAGEDIR="${STAGEDIR}"
|
2006-04-29 17:55:15 +02:00
|
|
|
|
|
|
|
PORTDOCS= tclsasl.html
|
|
|
|
|
|
|
|
post-install:
|
2014-01-14 10:22:26 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/tclsasl.html ${STAGEDIR}${DOCSDIR}
|
2006-04-29 17:55:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|