e26deec97f
The Blue Obelisk Data Repository lists many important chemoinformatics data such as element and isotope properties, atomic radii, etc. including references to original literature. Developers can use this repository to make their software interoperable.
13 lines
282 B
Makefile
13 lines
282 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/10/05 22:03:12 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= bodr
|
|
|
|
.if !defined(BODR_BUILDLINK3_MK)
|
|
BODR_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.bodr+= bodr>=8
|
|
BUILDLINK_PKGSRCDIR.bodr?= ../../biology/bodr
|
|
|
|
.endif # BODR_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -bodr
|