pkgsrc/security/cyrus-sasl2/buildlink2.mk
chris ce6ee05b60 Initial import of cyrus-sasl 2.1.9.
This is the latest release of cyrus-sasl.  It is needed for the 2.1.x
versions of cyrus-imapd.

SASL is a method for adding authentication support to connection-based
protocols.  To use SASL, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating protection
of subsequent protocol interactions.  If its use is negotiated, a security
layer is inserted between the protocol and the connection.
2002-10-27 15:08:59 +00:00

23 lines
669 B
Makefile

# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/10/27 15:09:00 chris Exp $
.if !defined(CYRUS_SASL_BUILDLINK2_MK)
CYRUS_SASL_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= cyrus-sasl
BUILDLINK_DEPENDS.cyrus-sasl?= cyrus-sasl>=2.1.9
BUILDLINK_PKGSRCDIR.cyrus-sasl?= ../../security/cyrus-sasl2
EVAL_PREFIX+= BUILDLINK_PREFIX.cyrus-sasl=cyrus-sasl
BUILDLINK_PREFIX.cyrus-sasl_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.cyrus-sasl= include/sasl/*
BUILDLINK_FILES.cyrus-sasl+= lib/libsasl2.*
.if defined(USE_PAM)
. include "../../security/PAM/buildlink2.mk"
.endif
BUILDLINK_TARGETS+= cyrus-sasl-buildlink
cyrus-sasl-buildlink: _BUILDLINK_USE
.endif # CYRUS_SASL_BUILDLINK2_MK