f5a35489b8
Changes include: ocaml-expat-1.0.0 - New maintainer (whitequark@whitequark.org) - Support for the bytes type - Build system improvements to support cross-compilation and systems without shared libraries
28 lines
634 B
Makefile
28 lines
634 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/07/11 12:38:24 jaapb Exp $
|
|
#
|
|
|
|
VERSION= 1.0.0
|
|
GITHUB_PROJECT= ocaml-expat
|
|
GITHUB_TAG= v${VERSION}
|
|
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= http://github.com/whitequark/ocaml-expat
|
|
COMMENT= OCaml bindings for the expat library
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c
|
|
OCAML_USE_FINDLIB= yes
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
|
|
BUILD_TARGET= all
|
|
.if (${OCAML_USE_OPT_COMPILER} == "yes")
|
|
BUILD_TARGET+= allopt
|
|
.endif
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|