735875e94f
This package bundles the minified Flot code (a jQuery plotting library) into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream flot version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).
13 lines
382 B
Makefile
13 lines
382 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2021/05/05 11:23:47 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-js-flot
|
|
|
|
.if !defined(HS_JS_FLOT_BUILDLINK3_MK)
|
|
HS_JS_FLOT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-js-flot+= hs-js-flot>=0.8.3
|
|
BUILDLINK_ABI_DEPENDS.hs-js-flot+= hs-js-flot>=0.8.3
|
|
BUILDLINK_PKGSRCDIR.hs-js-flot?= ../../www/hs-js-flot
|
|
.endif # HS_JS_FLOT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-js-flot
|