54e5fe0129
This fixes some problems with OCaml 4.06, installs .cmt and .cmti files, and has some other minor fixes and improvements.
24 lines
547 B
Makefile
24 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.13 2018/06/27 19:32:24 jaapb Exp $
|
|
|
|
VERSION= 1.7.4
|
|
GITHUB_PROJECT= ocaml-extlib
|
|
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ygrek/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/ygrek/ocaml-extlib
|
|
COMMENT= Alternative standard library for OCaml
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= gmake
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
OCAML_USE_FINDLIB= yes
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
|
|
BUILD_TARGET= build
|
|
|
|
.include "../../devel/ocaml-cppo/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|