a46beca637
The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of the equations of fluid dynamics
14 lines
396 B
Makefile
14 lines
396 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/08/12 23:35:17 jihbed Exp $
|
|
|
|
BUILDLINK_TREE+= cgnslib-3.1.3
|
|
|
|
.if !defined(CGNSLIB_3.1.3_BUILDLINK3_MK)
|
|
CGNSLIB_3.1.3_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cgnslib-3.1.3+= cgnslib-3.1.3>=2
|
|
BUILDLINK_PKGSRCDIR.cgnslib-3.1.3?= ../../wip/cgnslib
|
|
|
|
.include "../../devel/hdf5/buildlink3.mk"
|
|
.endif # CGNSLIB_3.1.3_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cgnslib-3.1.3
|