blob: 34e3efce782c3ab86407c9c98d80300481dac57b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: buildlink3.mk,v 1.1 2013/06/03 11:21:03 rodent Exp $
BUILDLINK_TREE+= spice-protocol
.if !defined(SPICE_PROTOCOL_BUILDLINK3_MK)
SPICE_PROTOCOL_BUILDLINK3_MK:=
BUILDLINK_DEPMETHOD.spice-protocol?= build
BUILDLINK_API_DEPENDS.spice-protocol+= spice-protocol>=0.12.5
BUILDLINK_PKGSRCDIR.spice-protocol?= ../../sysutils/spice-protocol
.endif # SPICE_PROTOCOL_BUILDLINK3_MK
BUILDLINK_TREE+= -spice-protocol
|