pkgsrc-wip/net-quanta/buildlink3.mk
Bruce J.A. Nourish 67cf971c0e QUANTA is a toolkit for supporting Optiputer applications over optical
networks.

Getting TeraNode applications to work optimally on a high speed optical
network is not as simple as connecting ones computer to the Internet.
Today's protocol stacks and scientific applications cannot and do not
know how to utilize this extreme level of bandwidth even when it is
available. We intend to address this problem with Quanta, a
cross-platform adaptive networking toolkit for supporting the
extraordinary networking requirements of Tera-Nodes.

Note: This has nothing to do with www/quanta*, the KDE HTML editor.
2004-02-11 17:37:42 +00:00

22 lines
591 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/02/11 17:37:42 bjan2 Exp $
#
# This Makefile fragment is included by packages that use QUANTA.
#
# This file was created automatically using createbuildlink-3.1.
#
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
QUANTA_BUILDLINK3_MK:= ${QUANTA_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= QUANTA
.endif
.if !empty(QUANTA_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+= QUANTA
BUILDLINK_DEPENDS.QUANTA+= QUANTA>=0.3
BUILDLINK_PKGSRCDIR.QUANTA?= ../../wip/QUANTA
.endif # QUANTA_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}