blob: 979fb3693735a05f5709352aef1b4d220807e3a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: buildlink3.mk,v 1.2 2016/06/20 18:02:46 kamil Exp $
BUILDLINK_TREE+= liblo
.if !defined(LIBLO_BUILDLINK3_MK)
LIBLO_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.liblo+= liblo>=0.23
BUILDLINK_PKGSRCDIR.liblo?= ../../audio/liblo
.include "../../mk/pthread.buildlink3.mk"
.endif # LIBLO_BUILDLINK3_MK
BUILDLINK_TREE+= -liblo
|