head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.12.29.15.10.41;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2011.04.05.22.23.32;	author stas;	state Exp;
branches;
next	1.7;

1.7
date	2009.11.18.22.39.54;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.34.57;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2009.02.25.14.55.39;	author garga;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.12.23.45.16;	author stas;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.06.22.51.21;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2007.05.19.20.22.46;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.16.11.57.30;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for: ocaml-ssl
# Date created: March 14, 2007
# Whom: Jaap Boender <jaapb@@kerguelen.org>
#
# $FreeBSD: head/security/ocaml-ssl/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	ssl
PORTVERSION=	0.4.6
CATEGORIES=	security devel
MASTER_SITES=	SF/savonet/ocaml-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=	ocaml-
DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}

MAINTAINER=	jaapb@@kerguelen.org
COMMENT=	OpenSSL bindings for OCaml

DOCSDIR=	${PREFIX}/share/doc/ocaml/${PORTNAME}
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--docdir=${DOCSDIR}
MAKE_JOBS_UNSAFE=	yes

USE_OPENSSL=		yes
USE_OCAML=		yes
USE_OCAML_FINDLIB=	yes
USE_OCAML_LDCONFIG=	yes
USE_OCAMLFIND_PLIST=	yes

ALL_TARGET=	all doc

.if !defined(NOPORTDOCS)
PORTDOCS=	*
.endif

.include <bsd.port.pre.mk>

post-extract:
# For nonstandard prefixes
.if !exists(${OCAMLFIND_DESTDIR})
	${MKDIR} ${OCAMLFIND_DESTDIR}
.endif
.if !exists(${OCAMLFIND_LDCONF})
	${TOUCH} ${OCAMLFIND_LDCONF}
.endif

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}/html
	${INSTALL_MAN} ${WRKSRC}/doc/html/* ${DOCSDIR}/html
.endif

.include <bsd.port.post.mk>
@


1.9
log
@- Update to 0.4.6

PR:		163403
Submitted by:	Jaap Boender <jaapb@@kerguelen.org> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Bump portrevisions on all ocaml libraries, as it appears that compiled
  interface files (.cmi) are not backward compatible with a newer ocaml
  version.

PR:		ports/156195
Suggested by:	mandree
@
text
@d8 1
a8 2
PORTVERSION=	0.4.3
PORTREVISION=	1
@


1.7
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d9 1
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d21 1
@


1.5
log
@- Update to 0.4.3

PR:		ports/132063
Submitted by:	maintainer
@
text
@d10 1
a10 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	savonet
@


1.4
log
@- Update to 0.4.2.

PR:		ports/122849
Submitted by:	Jaap Boender <Jaap.Boender@@pps.jussieu.fr> (maintainer)
@
text
@d8 1
a8 2
PORTVERSION=	0.4.2
PORTREVISION=	0
@


1.3
log
@- Attempt to unbreak INDEX, bsd.ocaml.mk moved to Mk/

Pointy hat to:	stas
@
text
@d8 2
a9 2
PORTVERSION=	0.4.1
PORTREVISION=	1
d24 2
a25 2
USE_OPENSSL=	yes
USE_OCAML=	yes
d28 1
@


1.2
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@a35 1
.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk"
@


1.1
log
@ocaml-ssl is a set of OCaml bindings for openssl.

WWW: http://savonet.sourceforge.net/wiki/OCamlLibs

PR:		ports/110303
Submitted by:	Jaap Boender <jaapb at kerguelen.org>
@
text
@d9 1
@

