1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/lang/caml-light/Makefile

40 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: CAML
# Date created: 21 July 1998
# Whom: jkoshy
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
PORTNAME= caml
PORTVERSION= 0.75
PORTREVISION= 2
CATEGORIES= lang elisp
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/ \
ftp://sunsite.icm.edu.pl/pub/programming/caml/ \
http://wwwfun.kurims.kyoto-u.ac.jp/soft/caml-light/
DISTNAME= cl75unix
MAINTAINER= jkoshy@freebsd.org
COMMENT= A strongly typed functional language belonging to the ML family
USE_XLIB= yes
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
2003-05-18 12:22:24 +00:00
.include <bsd.port.pre.mk>
do-build:
cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${ALL_TARGET}
1999-04-22 07:50:48 +00:00
# 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}
2003-05-18 12:22:24 +00:00
.include <bsd.port.post.mk>