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
|
2012-12-10 16:10:02 +01:00
|
|
|
PORTREVISION= 2
|
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/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
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
|
|
|
|
2014-01-14 10:22:26 +01:00
|
|
|
LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
|
2006-04-29 17:55:15 +02:00
|
|
|
|
2014-01-14 10:22:26 +01:00
|
|
|
USES= tcl
|
2006-04-29 17:55:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-08 01:00:57 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-29 17:55:15 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \
|
|
|
|
--with-tclinclude=${TCL_INCLUDEDIR} \
|
2014-01-14 10:22:26 +01:00
|
|
|
--with-cyrus-sasl=${LOCALBASE} \
|
|
|
|
--prefix=${PREFIX}
|
|
|
|
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>
|