41f92d5420
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
16 lines
581 B
Makefile
16 lines
581 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2010/06/13 22:47:08 thomasklausner Exp $
|
|
|
|
BUILDLINK_TREE+= hs-bindings-librrd
|
|
|
|
.if !defined(HS_BINDINGS_LIBRRD_BUILDLINK3_MK)
|
|
HS_BINDINGS_LIBRRD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-bindings-librrd+= hs-bindings-librrd>=0.1
|
|
BUILDLINK_ABI_DEPENDS.hs-bindings-librrd?= hs-bindings-librrd>=0.1nb1
|
|
BUILDLINK_PKGSRCDIR.hs-bindings-librrd?= ../../wip/hs-bindings-librrd
|
|
|
|
.include "../../databases/rrdtool/buildlink3.mk"
|
|
.include "../../wip/hs-bindings-DSL/buildlink3.mk"
|
|
.endif # HS_BINDINGS_LIBRRD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-bindings-librrd
|