pkgsrc/graphics/adaptagrams/buildlink3.mk
kamil 69f1d82aa2 Import adaptagrams commit 0503f7524f as graphics/adaptagrams v. 0.20160901
Adaptagrams is a library of tools and reusable code for adaptive diagramming
applications, for example: drawing tools, automated document and diagram
layout, smart presentation software, graph drawing, chart layout, etc.

Currently, the Adaptagrams repository includes four cross-platform C++
libraries, These libraries are collectively known as cola (Constraint Layout):

 * libvpsc - a solver for the Variable Placement with Separation Constraints
              problem.

 * libcola - a library for constraint graph layout.

 * libavoid - a library providing high-quality object-avoiding polyline and
              orthogonalconnector routing for use in interactive diagram
              editors.

 * libtopology - a library containing extensions to libcola to support topology
                 preserving constraint-based layout.
2016-09-18 23:36:00 +00:00

12 lines
350 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2016/09/18 23:36:00 kamil Exp $
BUILDLINK_TREE+= adaptagrams
.if !defined(ADAPTAGRAMS_BUILDLINK3_MK)
ADAPTAGRAMS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.adaptagrams+= adaptagrams>=0.20160901
BUILDLINK_PKGSRCDIR.adaptagrams?= ../../graphics/adaptagrams
.endif # ADAPTAGRAMS_BUILDLINK3_MK
BUILDLINK_TREE+= -adaptagrams