15 lines
408 B
Makefile
15 lines
408 B
Makefile
# $NetBSD: buildlink3.mk,v 1.24 2018/03/12 11:15:34 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= gdchart
|
|
|
|
.if !defined(GDCHART_BUILDLINK3_MK)
|
|
GDCHART_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gdchart+= gdchart>=0.11.4nb1
|
|
BUILDLINK_ABI_DEPENDS.gdchart+= gdchart>=0.11.5nb19
|
|
BUILDLINK_PKGSRCDIR.gdchart?= ../../graphics/gdchart
|
|
|
|
.include "../../graphics/gd/buildlink3.mk"
|
|
.endif # GDCHART_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gdchart
|