pkgsrc/devel/ocaml-cmdliner/Makefile
wiz d7d645c674 ocaml-cmdliner: update to 1.0.4.
v1.0.4 2019-06-14 Zagreb
------------------------

- Change the way `Error (_, e)` term evaluation results
  are formatted. Instead of treating `e` as text, treat
  it as formatted lines.
- Fix 4.08 `Pervasives` deprecation.
- Fix 4.03 String deprecations.
- Fix boostrap build in absence of dynlink.
- Make the `Makefile` bootstrap build reproducible.
  Thanks to Thomas Leonard for the patch.
2021-11-01 19:50:50 +00:00

25 lines
759 B
Makefile

# $NetBSD: Makefile,v 1.21 2021/11/01 19:50:50 wiz Exp $
DISTNAME= cmdliner-1.0.4
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://erratique.ch/software/cmdliner/releases/
EXTRACT_SUFX= .tbz
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= http://erratique.ch/software/cmdliner/
COMMENT= Module for the declarative definition of command line interfaces
LICENSE= isc
USE_LANGUAGES= c
USE_TOOLS+= gmake
MAKE_JOBS_SAFE= no
MAKE_FLAGS+= PREFIX=${PREFIX} LIBDIR=${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR}/cmdliner DOCDIR=${DESTDIR}${PREFIX}/share/doc/cmdliner
INSTALL_TARGET= install install-doc
.include "../../mk/ocaml.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../devel/ocaml-result/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"