5c3044b2f3
Minor enhancements and fixes Changes: https://github.com/outpaddling/libxtend/releases
12 lines
317 B
Makefile
12 lines
317 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2022/12/11 21:12:22 bacon Exp $
|
|
|
|
BUILDLINK_TREE+= libxtend
|
|
|
|
.if !defined(LIBXTEND_BUILDLINK3_MK)
|
|
LIBXTEND_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libxtend+= libxtend>=0.1.7
|
|
BUILDLINK_PKGSRCDIR.libxtend?= ../../devel/libxtend
|
|
.endif # LIBXTEND_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libxtend
|