7af4ae803a
* Remove -ansi flag to be compatible with OCaml 4.04 (thanks Mark Shinwell, ). * Use accessor functions for X509_STORE_CTX. * Change CLIBS order to allow static linking.
26 lines
569 B
Makefile
26 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.24 2016/12/30 11:50:42 jaapb Exp $
|
|
#
|
|
|
|
DISTNAME= ocaml-ssl-0.5.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=savonet/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= http://github.com/savonet/ocaml-ssl
|
|
COMMENT= SSL library for OCaml
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_TOOLS+= autoconf gmake
|
|
|
|
OCAML_USE_FINDLIB= yes
|
|
OCAML_FINDLIB_REGISTER= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoconf
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|