Add buildlink2.mk
This commit is contained in:
parent
9628ce0fda
commit
96e9c2ffc5
1 changed files with 23 additions and 0 deletions
23
graphics/gdchart/buildlink2.mk
Normal file
23
graphics/gdchart/buildlink2.mk
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# $NetBSD: buildlink2.mk,v 1.1 2002/10/07 20:12:13 wiz Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
.if !defined(GDCHART_BUILDLINK2_MK)
|
||||||
|
GDCHART_BUILDLINK2_MK= # defined
|
||||||
|
|
||||||
|
BUILDLINK_PACKAGES+= gdchart
|
||||||
|
BUILDLINK_DEPENDS.gdchart?= gdchart>=0.10.1nb1
|
||||||
|
BUILDLINK_PKGSRCDIR.gdchart?= ../../graphics/gdchart
|
||||||
|
|
||||||
|
EVAL_PREFIX+= BUILDLINK_PREFIX.gdchart=gdchart
|
||||||
|
BUILDLINK_PREFIX.gdchart_DEFAULT= ${LOCALBASE}
|
||||||
|
BUILDLINK_FILES.gdchart+= include/gdchart.h
|
||||||
|
BUILDLINK_FILES.gdchart+= include/gdc.h
|
||||||
|
BUILDLINK_FILES.gdchart+= include/gdcpie.h
|
||||||
|
BUILDLINK_FILES.gdchart+= include/gifencode.h
|
||||||
|
BUILDLINK_FILES.gdchart+= lib/libgdchart.*
|
||||||
|
|
||||||
|
BUILDLINK_TARGETS+= gdchart-buildlink
|
||||||
|
|
||||||
|
gdchart-buildlink: _BUILDLINK_USE
|
||||||
|
|
||||||
|
.endif # GDCHART_BUILDLINK2_MK
|
Loading…
Reference in a new issue