23 lines
595 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 1999/11/22 22:08:32 angelos Exp $
1998-02-13 02:09:02 +00:00
1999-11-22 02:44:44 +00:00
DISTNAME= ocaml-2.03
1998-02-13 02:09:02 +00:00
CATEGORIES= lang
MASTER_SITES= ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ \
ftp://ftp.inria.fr/lang/caml-light/
DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES}
MAINTAINER= angelos@openbsd.org
1998-02-13 02:09:02 +00:00
HAS_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= world bootstrap opt
DOCFILES= ${DISTNAME}-refman.html.tar.gz
post-install:
1999-07-09 02:51:11 +00:00
@${MKDIR} ${PREFIX}/share/doc/ocaml/html
@${INSTALL_DATA} ${WRKDIR}/htmlman/* ${PREFIX}/share/doc/ocaml/html
1998-02-13 02:09:02 +00:00
@strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
.include <bsd.port.mk>