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).
11 lines
240 B
Makefile
11 lines
240 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/05/05 11:23:47 pho Exp $
|
|
|
|
DISTNAME= js-flot-0.8.3
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Obtain minified flot code
|
|
LICENSE= mit
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|