1997-01-03 11:25:47 +00:00
|
|
|
# New ports collection makefile for: Objective Caml
|
|
|
|
# Version required: 1.03
|
|
|
|
# Date created: 24 December 1996
|
|
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
|
|
#
|
1997-11-18 12:31:09 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1997/01/03 11:25:46 asami Exp $
|
1997-01-03 11:25:47 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= ocaml-1.03
|
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ \
|
|
|
|
ftp://ftp.inria.fr/lang/caml-light/
|
1997-11-18 12:31:09 +00:00
|
|
|
DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES}
|
1997-01-03 11:25:47 +00:00
|
|
|
|
|
|
|
MAINTAINER= kiri@kiri.toba-cmt.ac.jp
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= world bootstrap opt
|
|
|
|
MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.1 \
|
1997-11-18 12:31:09 +00:00
|
|
|
ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
DOCFILES= ${DISTNAME}-refman.html.tar.gz
|
|
|
|
.endif
|
1997-01-03 11:25:47 +00:00
|
|
|
|
|
|
|
post-install:
|
1997-11-18 12:31:09 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/ocaml/html
|
|
|
|
cd ${WRKDIR}/htmlman; ${INSTALL_DATA} * ${PREFIX}/share/doc/ocaml/html
|
|
|
|
.endif
|
1997-01-03 11:25:47 +00:00
|
|
|
@strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|