d356da1d0e
The package itself hasn't changed, it is just distributed differently; as a separate package rather than with ocaml itself. The version has thus regressed from OCaml's 4.07 to an independent 2.0.0, which means that people will have to manually "upgrade" the package.
19 lines
496 B
Makefile
19 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.39 2019/05/14 16:01:17 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= graphics
|
|
DISTNAME= ocaml-${GITHUB_PROJECT}-2.0.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/ocaml/graphics/
|
|
COMMENT= OCaml graphics library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
|
|
|
|
OCAML_USE_DUNE= yes
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|