22 lines
539 B
Makefile
22 lines
539 B
Makefile
# $OpenBSD: Makefile,v 1.6 1999/12/04 03:35:53 angelos Exp $
|
|
|
|
DISTNAME= ocaml-2.04
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/
|
|
DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES}
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= world bootstrap opt
|
|
|
|
DOCFILES= ${DISTNAME}-refman.html.tar.gz
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/doc/ocaml/html
|
|
@${INSTALL_DATA} ${WRKDIR}/htmlman/* ${PREFIX}/share/doc/ocaml/html
|
|
@strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
|
|
|
|
.include <bsd.port.mk>
|