7165865a3a
come in handy as a dependency for a few things.
25 lines
558 B
Makefile
25 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/10/26 10:54:36 jaapb Exp $
|
|
|
|
DISTNAME= extlib-1.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://ocaml-extlib.googlecode.com/files/
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/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= all
|
|
.if ${OCAML_USE_OPT_COMPILER} == "yes"
|
|
BUILD_TARGET+= opt
|
|
.endif
|
|
|
|
.include "../../lang/camlp4/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|