efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods... More on the projects using CGAL web page. Pkglints, builds, installs, runs with wip/crrcsim. The LICENSE mix is a bit funny, and some of the dependencies may be made optional.
17 lines
454 B
Makefile
17 lines
454 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/10/28 14:11:15 hfath Exp $
|
|
|
|
BUILDLINK_TREE+= cgal
|
|
|
|
.if !defined(CGAL_BUILDLINK3_MK)
|
|
CGAL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cgal+= cgal>=3.7
|
|
BUILDLINK_PKGSRCDIR.cgal?= ../../wip/cgal
|
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../math/mpfr/buildlink3.mk"
|
|
.include "../../math/blas/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.endif # CGAL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cgal
|