blob: 9191395fa03bdef8557d605f80e7da0837762b16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:03:57 rillig Exp $
BUILDLINK_TREE+= meanwhile
.if !defined(MEANWHILE_BUILDLINK3_MK)
MEANWHILE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.meanwhile+= meanwhile>=1.0.2
BUILDLINK_PKGSRCDIR.meanwhile?= ../../chat/meanwhile
.endif # MEANWHILE_BUILDLINK3_MK
BUILDLINK_TREE+= -meanwhile
|