chrisz 8f34a2e806 Update lang/ocaml to 4.10.0
tested on sparc64, update to lang/camlp4 and ok by jca@
ok daniel@
thanks.
2020-06-09 17:34:13 +00:00

40 lines
833 B
Makefile

# $OpenBSD: Makefile,v 1.6 2020/06/09 17:34:14 chrisz Exp $
COMMENT = library for arithmetic on big integers and rationals
CATEGORIES = math
V = 1.1
REVISION = 2
GH_ACCOUNT = ocaml
GH_PROJECT = num
#GH_TAGNAME = v${V}
# This commit includes a necessary fix for installing via findlib.
# XXX: Switch back to GH_TAGNAME on next update
GH_COMMIT = 7dd5e935aaa2b902585b3b2d0e55ad9b2442fff0
DISTNAME = ${GH_PROJECT}-${V}
PKGNAME = ocaml-${DISTNAME}
HOMEPAGE = https://github.com/ocaml/num/
MAINTAINER = Christopher Zimmermann <chrisz@openbsd.org>
# LGPL 2.1
PERMIT_PACKAGE = Yes
MODULES = lang/ocaml
BUILD_DEPENDS = sysutils/findlib
USE_GMAKE = Yes
.include <bsd.port.arch.mk>
.if ${PROPERTIES:Mocaml_native}
MAKE_ENV = NATIVE=true
.else
MAKE_ENV = NATIVE=false
.endif
INSTALL_TARGET = findlib-install
.include <bsd.port.mk>