mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
16 lines
425 B
Makefile
16 lines
425 B
Makefile
# $NetBSD: buildlink3.mk,v 1.22 2013/06/06 12:53:43 wiz 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.7nb20
|
|
BUILDLINK_PKGSRCDIR.qwtplot3d?= ../../x11/qwtplot3d-qt4
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.endif # QWTPLOT3D_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qwtplot3d
|