dd4bd80120
Generic library for real-time communications with async IO support. Design goals: * Portable POSIX source code (ANSI C89 and ISO C99 standard); * Robust, fast, low memory footprint; * RFC compliance; * IPv4 and IPv6 support;
12 lines
287 B
Makefile
12 lines
287 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/06/10 05:09:15 othyro Exp $
|
|
|
|
BUILDLINK_TREE+= libre
|
|
|
|
.if !defined(LIBRE_BUILDLINK3_MK)
|
|
LIBRE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libre+= libre>=0.4.3
|
|
BUILDLINK_PKGSRCDIR.libre?= ../../wip/libre
|
|
.endif # LIBRE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libre
|