freebsd-ports/devel/ocaml-ocamlbuild/Makefile
Muhammad Moinur Rahman 396a3fdcd7
devel/ocaml-ocamlbuild: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-27 17:27:02 +01:00

23 lines
452 B
Makefile

PORTNAME= ocamlbuild
PORTVERSION= 0.14.2
PORTREVISION= 3
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
MAINTAINER= danfe@FreeBSD.org
COMMENT= Legacy build tool for OCaml libraries and programs
WWW= https://github.com/ocaml/ocamlbuild
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>