15 lines
425 B
Makefile
15 lines
425 B
Makefile
# $NetBSD: buildlink3.mk,v 1.23 2015/04/25 14:25:19 tnn Exp $
|
|
|
|
BUILDLINK_TREE+= qwtplot3d
|
|
|
|
.if !defined(QWTPLOT3D_BUILDLINK3_MK)
|
|
QWTPLOT3D_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qwtplot3d+= qwtplot3d>=0.2.7
|
|
BUILDLINK_ABI_DEPENDS.qwtplot3d+= qwtplot3d>=0.2.7nb22
|
|
BUILDLINK_PKGSRCDIR.qwtplot3d?= ../../x11/qwtplot3d-qt4
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.endif # QWTPLOT3D_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qwtplot3d
|