head	1.22;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.15
	RELEASE_4_EOL:1.15
	RELEASE_6_2_0:1.15
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.14
	RELEASE_5_4_0:1.14
	RELEASE_4_11_0:1.14
	RELEASE_5_3_0:1.14
	RELEASE_4_10_0:1.14
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.12
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.8
	RELEASE_4_6_2:1.8
	RELEASE_4_6_1:1.8
	RELEASE_4_6_0:1.8
	RELEASE_5_0_DP1:1.8
	RELEASE_4_5_0:1.8
	RELEASE_4_4_0:1.8
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.8
	RELEASE_4_1_1:1.8
	RELEASE_4_1_0:1.8
	RELEASE_3_5_0:1.8
	RELEASE_4_0_0:1.7
	RELEASE_3_4_0:1.7
	RELEASE_3_3_0:1.7
	RELEASE_3_2_0:1.6
	RELEASE_3_1_0:1.5
	RELEASE_2_2_8:1.4
	RELEASE_3_0_0:1.3
	v0_74:1.1.1.1
	INRIA:1.1.1;
locks; strict;
comment	@# @;


1.22
date	2012.11.17.05.58.48;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.01.29.13.11.51;	author miwi;	state Exp;
branches;
next	1.20;

1.20
date	2011.06.10.16.20.47;	author bapt;	state Exp;
branches;
next	1.19;

1.19
date	2011.03.15.12.56.45;	author bapt;	state Exp;
branches;
next	1.18;

1.18
date	2008.04.10.09.05.35;	author jkoshy;	state Exp;
branches;
next	1.17;

1.17
date	2008.03.23.23.03.03;	author miwi;	state Exp;
branches;
next	1.16;

1.16
date	2007.05.19.20.13.32;	author flz;	state Exp;
branches;
next	1.15;

1.15
date	2006.08.06.10.53.53;	author jkoshy;	state Exp;
branches;
next	1.14;

1.14
date	2004.03.06.14.54.05;	author jkoshy;	state Exp;
branches;
next	1.13;

1.13
date	2004.02.25.10.13.04;	author kris;	state Exp;
branches;
next	1.12;

1.12
date	2003.08.02.15.33.39;	author jkoshy;	state Exp;
branches;
next	1.11;

1.11
date	2003.06.04.22.43.30;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2003.05.18.12.20.31;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2003.03.07.06.05.28;	author ade;	state Exp;
branches;
next	1.8;

1.8
date	2000.04.12.06.17.55;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	99.08.25.06.34.18;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	99.04.22.07.50.48;	author jkoshy;	state Exp;
branches;
next	1.5;

1.5
date	98.12.22.07.45.39;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	98.11.20.15.26.10;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	98.10.13.23.45.15;	author jseger;	state Exp;
branches;
next	1.2;

1.2
date	98.09.07.02.50.09;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	98.07.28.06.25.41;	author jkoshy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.28.06.25.41;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.22
log
@Switch exporter over
@
text
@# New ports collection makefile for: CAML
# Date created:		21 July 1998
# Whom:			jkoshy
#
# $FreeBSD: head/lang/caml-light/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	caml
PORTVERSION=	0.75
PORTREVISION=	4
CATEGORIES=	lang elisp
MASTER_SITES=	http://caml.inria.fr/pub/distrib/caml-light-0.75/ \
		ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/

DISTNAME=	cl75unix

MAINTAINER=	michael.grunewald@@laposte.net
COMMENT=	A strongly typed functional language belonging to the ML family

USE_XORG=	x11
WRKSRC=		${WRKDIR}/cl75
ALL_TARGET=	configure world bootstrap
MAN1=		camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 \
		camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1

.include <bsd.port.pre.mk>

do-build:
	cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${ALL_TARGET}

# build some contrib stuff too
do-install:
	cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${INSTALL_TARGET}
	cd ${WRKSRC}/contrib; ${SETENV} ${MAKE_ENV} ${MAKE} all \
		${INSTALL_TARGET}

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


1.21
log
@- Fix Build

PR:		162577
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.20
log
@Over to new volunteer

Submitted by:	Michael Grunewald <michael.grunewald@@laposte.net>  (new maintainer by mail)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.19
log
@update MASTER_SITE and WWW
while here remove MD5
@
text
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
@


1.18
log
@Reset maintainership.
@
text
@d12 3
a14 5
MASTER_SITES=	ftp://ftp.inria.fr/lang/caml-light/ \
	ftp://sunsite.doc.ic.ac.uk/computing/programming/languages/ml/caml-light/ \
	ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/ \
	ftp://sunsite.icm.edu.pl/pub/programming/caml/ \
	http://wwwfun.kurims.kyoto-u.ac.jp/soft/caml-light/
@


1.17
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d19 1
a19 1
MAINTAINER=	jkoshy@@freebsd.org
@


1.16
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	2
d22 1
a22 1
USE_XLIB=	yes
@


1.15
log
@- Honor CC, CFLAGS etc.				[1]
- Use BSD_INSTALL_* macros to install files.	[1]
- Make the port PREFIX clean.

PR:		ports/101398	[1]
Submitted by:	Stanislav Sedov <ssedov@@mbsd.msk.ru>
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.14
log
@Upgrade to v0.75.  Unbreak for non-i386 architectures.
@
text
@d10 1
d25 2
a26 1
MAN1=	camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1
d31 1
a31 2
	cd ${WRKSRC}/src; ${MAKE} ${ALL_TARGET} PREFIX=${PREFIX} \
	X11BASE=${X11BASE}
d35 3
a37 4
	cd ${WRKSRC}/src; ${MAKE} ${INSTALL_TARGET} PREFIX=${PREFIX} \
	X11BASE=${X11BASE}
	cd ${WRKSRC}/contrib; ${MAKE} all ${INSTALL_TARGET} PREFIX=${PREFIX} \
	X11BASE=${X11BASE}
@


1.13
log
@BROKEN on !i386: Does not compile
@
text
@d9 1
a9 1
PORTVERSION=	0.74
d16 1
a16 1
DISTNAME=	cl74unix
d22 1
a22 1
WRKSRC=		${WRKDIR}/cl74
a26 4

.if ${ARCH} != "i386"
BROKEN=		"Does not compile on !i386"
.endif
@


1.12
log
@Unbreak for 5.x.
@
text
@d28 4
@


1.11
log
@Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
@
text
@a27 4
.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile"
.endif

@


1.10
log
@BROKEN on 5.1: does not build
@
text
@d21 5
a30 5

USE_XLIB=	yes
WRKSRC=		${WRKDIR}/cl74
ALL_TARGET=	configure world bootstrap
MAN1=	camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1
@


1.9
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d21 6
d43 1
a43 1
.include <bsd.port.mk>
@


1.8
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/caml-light/Makefile,v 1.7 1999/08/25 06:34:18 obrien Exp $
d19 1
@


1.7
log
@Change Id->FreeBSD.
@
text
@a1 1
# Version required:	0.74
d5 1
a5 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	cl74unix
PKGNAME=	caml-0.74
d16 1
@


1.6
log
@Unbreak for ELF.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.5 1998/12/22 07:45:39 asami Exp $
@


1.5
log
@Add USE_XLIB.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.4 1998/11/20 15:26:10 kuriyama Exp $
a19 2
BROKEN_ELF=	cp: bignum/libbignum.a: No such file or directory

d29 1
a32 3

# build some contrib stuff too
post-install:
@


1.4
log
@Add virtual category elisp.

Reminded by:	wosch
Submitted by:	KIRIYAMA Kazuhiko <kiri@@pis.toba-cmt.ac.jp>
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1998/10/13 23:45:15 jseger Exp $
d22 1
@


1.3
log
@Mark BROKEN for ELF:
cp bignum/libbignum.a libnums.a
cp: bignum/libbignum.a: No such file or directory
*** Error code 1
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1998/09/07 02:50:09 jkoshy Exp $
d11 1
a11 1
CATEGORIES=	lang
@


1.2
log
@Correct master site url.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/07/28 06:25:41 jkoshy Exp $
d19 2
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d14 1
a14 1
	ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/caml-light/ \
@


1.1.1.1
log
@A light weight implementation of CAML, a strongly typed functional
language belonging to the ML family.
@
text
@@
