2012-12-16 02:36:43 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.14 2012/12/16 01:36:44 obache Exp $
|
2006-04-13 23:32:40 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= cyrus-sasl
|
2006-04-13 23:32:40 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(CYRUS_SASL_BUILDLINK3_MK)
|
|
|
|
CYRUS_SASL_BUILDLINK3_MK:=
|
2006-04-13 23:32:40 +02:00
|
|
|
|
2006-04-18 19:41:30 +02:00
|
|
|
BUILDLINK_API_DEPENDS.cyrus-sasl+= cyrus-sasl>=2.1.12
|
2012-12-16 02:36:43 +01:00
|
|
|
BUILDLINK_ABI_DEPENDS.cyrus-sasl+= cyrus-sasl>=2.1.26
|
2006-04-13 23:32:40 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.cyrus-sasl?= ../../security/cyrus-sasl
|
|
|
|
|
|
|
|
# Cyrus SASL mechanisms are shared modules loaded via dlopen().
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # CYRUS_SASL_BUILDLINK3_MK
|
2006-04-13 23:32:40 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -cyrus-sasl
|