blob: 61b4dc50bba8801c1cd1a73ca5f026a404b55894 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.5 2012/05/07 01:53:31 dholland Exp $
BUILDLINK_TREE+= gpsd
.if !defined(GPSD_BUILDLINK3_MK)
GPSD_BUILDLINK3_MK:=
# 2.90 is the beginning of withdrawing of interfaces. Plus
# it's an ABI.
BUILDLINK_API_DEPENDS.gpsd+= gpsd>=2.90
BUILDLINK_ABI_DEPENDS.gpsd+= gpsd>=2.96
BUILDLINK_PKGSRCDIR.gpsd?= ../../geography/gpsd
.endif # GPSD_BUILDLINK3_MK
BUILDLINK_TREE+= -gpsd
|