pkgsrc/textproc/ocaml-expat/Makefile
rillig 768cd99f7f textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:43:32 +00:00

29 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.19 2019/11/04 21:43:39 rillig Exp $
#
VERSION= 1.0.0
GITHUB_PROJECT= ocaml-expat
GITHUB_TAG= v${VERSION}
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
PKGREVISION= 5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=whitequark/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://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"