summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-09 21:51:04 +0000
committerwiz <wiz@pkgsrc.org>2002-10-09 21:51:04 +0000
commit8729bda89fefb96179d352c4190b4bd8da4846f3 (patch)
treedce75c13e4a020aa459fa13e7502cedbca663521 /security/cyrus-sasl
parent0b69490c9265a1ba98ce67545bd94702ea0ff437 (diff)
downloadpkgsrc-8729bda89fefb96179d352c4190b4bd8da4846f3.tar.gz
Unused.
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/buildlink.mk54
1 files changed, 0 insertions, 54 deletions
diff --git a/security/cyrus-sasl/buildlink.mk b/security/cyrus-sasl/buildlink.mk
deleted file mode 100644
index 45b5684d76c..00000000000
--- a/security/cyrus-sasl/buildlink.mk
+++ /dev/null
@@ -1,54 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.2 2002/03/07 21:42:28 jlam Exp $
-#
-# This Makefile fragment is included by packages that use cyrus-sasl.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.cyrus-sasl to the dependency pattern
-# for the version of cyrus-sasl desired.
-# (2) Include this Makefile fragment in the package Makefile,
-# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
-# search path, and
-# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
-# path.
-
-.if !defined(CYRUS_SASL_BUILDLINK_MK)
-CYRUS_SASL_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.cyrus-sasl?= cyrus-sasl>=1.5.24nb2
-DEPENDS+= ${BUILDLINK_DEPENDS.cyrus-sasl}:../../security/cyrus-sasl
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.cyrus-sasl=cyrus-sasl
-BUILDLINK_PREFIX.cyrus-sasl_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.cyrus-sasl= include/hmac-md5.h
-BUILDLINK_FILES.cyrus-sasl+= include/sasl.h
-BUILDLINK_FILES.cyrus-sasl+= include/saslplug.h
-BUILDLINK_FILES.cyrus-sasl+= include/saslutil.h
-BUILDLINK_FILES.cyrus-sasl+= lib/libsasl.*
-
-.if defined(USE_PAM)
-.include "../../security/PAM/buildlink.mk"
-.endif
-
-BUILDLINK_TARGETS.cyrus-sasl= cyrus-sasl-buildlink
-BUILDLINK_TARGETS.cyrus-sasl+= cyrus-sasl-buildlink-config-wrapper
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.cyrus-sasl}
-
-BUILDLINK_CONFIG.cyrus-sasl= ${BUILDLINK_PREFIX.cyrus-sasl}/bin/sasl-config
-BUILDLINK_CONFIG_WRAPPER.cyrus-sasl= ${BUILDLINK_DIR}/bin/sasl-config
-REPLACE_BUILDLINK_SED+= \
- -e "s|${BUILDLINK_CONFIG_WRAPPER.cyrus-sasl}|${BUILDLINK_CONFIG.cyrus-sasl}|g"
-
-.if defined(USE_CONFIG_WRAPPER)
-SASL_CONFIG?= ${BUILDLINK_CONFIG_WRAPPER.cyrus-sasl}
-CONFIGURE_ENV+= SASL_CONFIG="${SASL_CONFIG}"
-MAKE_ENV+= SASL_CONFIG="${SASL_CONFIG}"
-.endif
-
-pre-configure: ${BUILDLINK_TARGETS.cyrus-sasl}
-cyrus-sasl-buildlink: _BUILDLINK_USE
-cyrus-sasl-buildlink-config-wrapper: _BUILDLINK_CONFIG_WRAPPER_USE
-
-.endif # CYRUS_SASL_BUILDLINK_MK