d0d41cf8cc
This package provides a C++ double precision implementation of several basic geometric entities and transformations: points in 3d, directions in 3d (unit vectors), 3-vectors, points in 4d, 4-vectors, rotations, linear transformations, and boosts
12 lines
258 B
Makefile
12 lines
258 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/11/22 19:32:37 jihbed Exp $
|
|
|
|
BUILDLINK_TREE+= rk
|
|
|
|
.if !defined(RK_BUILDLINK3_MK)
|
|
RK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.rk+= rk>=1.5
|
|
BUILDLINK_PKGSRCDIR.rk?= ../../wip/rk
|
|
.endif # RK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -rk
|