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


1.7
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.12.11.17.02.24;	author johans;	state Exp;
branches;
next	1.5;

1.5
date	2011.10.24.03.33.10;	author stas;	state Exp;
branches;
next	1.4;

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

1.3
date	2009.12.04.22.34.59;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2007.03.27.22.11.59;	author stas;	state Exp;
branches;
next	1.1;

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


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ocaml-examples
# Date created:		2006-07-27
# Whom:			Stanislav Sedov <ssedov@@mbsd.msk.ru>
#
# $FreeBSD: head/lang/ocaml-examples/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	ocaml
PORTVERSION=	3.12
CATEGORIES=	lang
MASTER_SITES=	http://cristal.inria.fr/caml_examples/
PKGNAMESUFFIX=	-examples
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER=	johans@@FreeBSD.org
COMMENT=	Example programs for the Objective Caml

NO_BUILD=	yes

do-install:
.ifndef		NOPORTEXAMPLES
	@@${MKDIR} ${EXAMPLESDIR}
	@@${TAR} -cf- -C ${WRKSRC} --exclude Imakefile . | \
		${TAR} -xf- -C ${EXAMPLESDIR}
	@@${FIND} ${EXAMPLESDIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \;
	@@${FIND} ${EXAMPLESDIR} -exec ${CHOWN} ${SHAREOWN} {} \;
.endif

.include <bsd.port.mk>
@


1.6
log
@- Update ocaml-examples to match lang/ocaml version
- Respect NOPORTEXAMPLES: Don't install anything if it is set
- Adopt port

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d9 1
a9 2
PORTVERSION=	3.11
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=   http://cristal.inria.fr/caml_examples/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d21 1
d27 1
@


1.4
log
@- Install Makefiles for examples.

PR:		ports/144215
Submitted by:	soulcatcher <soulcatcher13@@gmail.com>
@
text
@d16 1
a16 1
MAINTAINER=	stas@@FreeBSD.org
@


1.3
log
@- Update to 3.11.

PR:		ports/140998
Submitted by:	soulcatcher <soulcatcher13@@gmail.com>
@
text
@d10 1
d23 1
a23 1
	@@${TAR} -cf- -C ${WRKSRC} --exclude Makefile --exclude Imakefile . | \
@


1.2
log
@- Change my email.

Suggested by:	skv
@
text
@a4 1
# $MBSDlabs$
d9 1
a9 1
PORTVERSION=	3.08
d11 1
a11 3
MASTER_SITES=	http://caml.inria.fr/distrib/ \
		ftp://ftp.inria.fr/INRIA/caml-light/ \
		ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/
@


1.1
log
@Various examples for the Objective Caml compiler and programming environment.

WWW:    http://caml.inria.fr/ocaml/

PR:		ports/100932
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
@
text
@d18 1
a18 1
MAINTAINER=	ssedov@@mbsd.msk.ru
@

