aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-ocamlbuild/Makefile
blob: 24e36b62532e7b7ed02421ad6a1864f0af7df315 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME=	ocamlbuild
PORTVERSION=	0.14.1
CATEGORIES=	devel
PKGNAMEPREFIX=	ocaml-

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Legacy build tool for OCaml libraries and programs

LICENSE=	GPLv2

USES=		gmake
USE_GITHUB=	yes
GH_ACCOUNT=	ocaml
USE_OCAML=	yes

ALL_TARGET=	configure all
MAKE_ENV=	OCAMLBUILD_LIBDIR=${PREFIX}/${OCAML_LIBDIR}
TEST_TARGET=	test
TEST_ENV=	VERBOSE=1

.include <bsd.port.mk>