pkgsrc/security/ocaml-ssl/Makefile
jaapb 339d229d93 Removed the automatic setting of PKGNAME to ocaml-${DISTNAME} from
ocaml.mk. It was becoming more trouble than it was worth: only a minority
of packages used it, and it only made Makefiles more confusing.
(I've left out some packages: these will be updated forthwith)
2016-02-06 12:06:07 +00:00

26 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.20 2016/02/06 12:10:34 jaapb Exp $
#
DISTNAME= ocaml-ssl-0.5.2
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"