14 lines
378 B
Makefile
14 lines
378 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
|
|
|
|
BUILDLINK_TREE+= qwtplot3d
|
|
|
|
.if !defined(QWTPLOT3D_BUILDLINK3_MK)
|
|
QWTPLOT3D_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qwtplot3d+= qwtplot3d>=0.2.7
|
|
BUILDLINK_PKGSRCDIR.qwtplot3d?= ../../x11/qwtplot3d-qt4
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.endif # QWTPLOT3D_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qwtplot3d
|