1998-07-28 06:25:43 +00:00
|
|
|
# New ports collection makefile for: CAML
|
|
|
|
# Date created: 21 July 1998
|
|
|
|
# Whom: jkoshy
|
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1998-07-28 06:25:43 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= caml
|
2004-03-06 14:54:05 +00:00
|
|
|
PORTVERSION= 0.75
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 2
|
1998-11-20 15:26:10 +00:00
|
|
|
CATEGORIES= lang elisp
|
1998-07-28 06:25:43 +00:00
|
|
|
MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \
|
|
|
|
ftp://sunsite.doc.ic.ac.uk/computing/programming/languages/ml/caml-light/ \
|
1998-09-07 02:50:09 +00:00
|
|
|
ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/ \
|
1998-07-28 06:25:43 +00:00
|
|
|
ftp://sunsite.icm.edu.pl/pub/programming/caml/ \
|
|
|
|
http://wwwfun.kurims.kyoto-u.ac.jp/soft/caml-light/
|
2004-03-06 14:54:05 +00:00
|
|
|
DISTNAME= cl75unix
|
1998-07-28 06:25:43 +00:00
|
|
|
|
|
|
|
MAINTAINER= jkoshy@freebsd.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A strongly typed functional language belonging to the ML family
|
1998-07-28 06:25:43 +00:00
|
|
|
|
2003-06-04 22:43:38 +00:00
|
|
|
USE_XLIB= yes
|
2004-03-06 14:54:05 +00:00
|
|
|
WRKSRC= ${WRKDIR}/cl75
|
2003-06-04 22:43:38 +00:00
|
|
|
ALL_TARGET= configure world bootstrap
|
2006-08-06 10:53:54 +00:00
|
|
|
MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 \
|
|
|
|
camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1
|
2003-06-04 22:43:38 +00:00
|
|
|
|
2003-05-18 12:22:24 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1998-07-28 06:25:43 +00:00
|
|
|
do-build:
|
2006-08-06 10:53:54 +00:00
|
|
|
cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${ALL_TARGET}
|
1998-07-28 06:25:43 +00:00
|
|
|
|
1999-04-22 07:50:48 +00:00
|
|
|
# build some contrib stuff too
|
1998-07-28 06:25:43 +00:00
|
|
|
do-install:
|
2006-08-06 10:53:54 +00:00
|
|
|
cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${INSTALL_TARGET}
|
|
|
|
cd ${WRKSRC}/contrib; ${SETENV} ${MAKE_ENV} ${MAKE} all \
|
|
|
|
${INSTALL_TARGET}
|
1998-07-28 06:25:43 +00:00
|
|
|
|
2003-05-18 12:22:24 +00:00
|
|
|
.include <bsd.port.post.mk>
|