17e39f419d
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.
20 lines
515 B
Makefile
20 lines
515 B
Makefile
# $NetBSD: buildlink3.mk,v 1.19 2018/01/07 13:04:21 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libesmtp
|
|
|
|
.if !defined(LIBESMTP_BUILDLINK3_MK)
|
|
LIBESMTP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libesmtp+= libesmtp>=1.0rc1nb1
|
|
BUILDLINK_ABI_DEPENDS.libesmtp+= libesmtp>=1.0.6nb3
|
|
BUILDLINK_PKGSRCDIR.libesmtp?= ../../mail/libesmtp
|
|
|
|
LIBESMTP= -lesmtp
|
|
|
|
CONFIGURE_ENV+= LIBESMTP=${LIBESMTP:Q}
|
|
MAKE_ENV+= LIBESMTP=${LIBESMTP:Q}
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif # LIBESMTP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libesmtp
|