pkgsrc/net/net-snmp/buildlink3.mk
rillig 17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00

22 lines
589 B
Makefile

# $NetBSD: buildlink3.mk,v 1.15 2018/01/07 13:04:27 rillig Exp $
BUILDLINK_TREE+= net-snmp
.if !defined(NET_SNMP_BUILDLINK3_MK)
NET_SNMP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.net-snmp+= net-snmp>=5.0.9nb3
BUILDLINK_ABI_DEPENDS.net-snmp+= net-snmp>=5.7.3nb3
BUILDLINK_PKGSRCDIR.net-snmp?= ../../net/net-snmp
pkgbase := net-snmp
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.net-snmp:Mssl)
. include "../../security/openssl/buildlink3.mk"
.endif
.include "../../security/tcp_wrappers/buildlink3.mk"
.endif # NET_SNMP_BUILDLINK3_MK
BUILDLINK_TREE+= -net-snmp