1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/security/tclsasl/Makefile
Pietro Cerutti 747aa787c5 - Convert to USES=tcl
- Convert to new LIB_DEPENDS format
- Remove article from COMMENT
- STAGE-clean
2014-01-14 09:22:26 +00:00

33 lines
757 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= tclsasl
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= security tcl
MASTER_SITES= http://beepcore-tcl.sourceforge.net/
EXTRACT_SUFX= .tgz
MAINTAINER= dsh@vlink.ru
COMMENT= Tcl interface to the Cyrus SASLv2 library
LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
USES= tcl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \
--with-tclinclude=${TCL_INCLUDEDIR} \
--with-cyrus-sasl=${LOCALBASE} \
--prefix=${PREFIX}
CONFIGURE_ENV= INSTALL="${INSTALL_DATA}" STAGEDIR="${STAGEDIR}"
PORTDOCS= tclsasl.html
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/tclsasl.html ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>