a7bbc25ae1
License has been changed from LGPL to MIT, permitted by Rik Faith, original author of this library. Build system changed from autoshit to mk-configure. Library version/soname was bumped from 3 to 4. I cannot guarantee that mk-configure and libtool build shared library the same way. Tests were added for stk_*, mem_* and prm_* functions. stk_isempty function was added. stk_* and other was reimplemented without obstack functions (glibc extension).
12 lines
299 B
Makefile
12 lines
299 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2018/02/27 19:36:06 cheusov Exp $
|
|
|
|
BUILDLINK_TREE+= libmaa
|
|
|
|
.if !defined(LIBMAA_BUILDLINK3_MK)
|
|
LIBMAA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libmaa+= libmaa>=1.4.0
|
|
BUILDLINK_PKGSRCDIR.libmaa?= ../../devel/libmaa
|
|
.endif # LIBMAA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libmaa
|