pkgsrc/devel/gtl0/buildlink3.mk
wiz 49dab3315c Re-import gtl as gtl0, since this (older) version is needed for
math/cassowary and I'll update gtl in a minute.

DESCR:
GTL is a graph library based on STL.  For the design of GTL's API the
API of LEDA has served as a basis.  GTL contains the classes needed to
work with graphs, nodes and edges and some basic algorithms (DFS, BFS,
topsort ...) as building blocks for more complex graph algorithms.

This package contains an older version of the library, for a newer
version use the gtl package.
2004-11-02 20:32:37 +00:00

18 lines
484 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/11/02 20:32:38 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GTL0_BUILDLINK3_MK:= ${GTL0_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gtl0
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngtl0}
BUILDLINK_PACKAGES+= gtl0
.if !empty(GTL0_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gtl0+= gtl0>=0.3.3nb1
BUILDLINK_PKGSRCDIR.gtl0?= ../../devel/gtl0
.endif # GTL0_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}