openbsd-ports/lang/ocaml/Makefile

22 lines
548 B
Makefile
Raw Normal View History

2000-02-10 05:03:19 -05:00
# $OpenBSD: Makefile,v 1.7 2000/02/10 10:03:19 espie Exp $
1998-02-12 21:09:02 -05:00
1999-12-03 22:35:53 -05:00
DISTNAME= ocaml-2.04
1998-02-12 21:09:02 -05:00
CATEGORIES= lang
1999-12-03 22:35:53 -05:00
MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/
1998-02-12 21:09:02 -05:00
DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES}
MAINTAINER= angelos@openbsd.org
1998-02-12 21:09:02 -05:00
HAS_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= world bootstrap opt
DOCFILES= ${DISTNAME}-refman.html.tar.gz
post-install:
2000-02-10 05:03:19 -05:00
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ocaml/html
1999-07-08 22:51:11 -04:00
@${INSTALL_DATA} ${WRKDIR}/htmlman/* ${PREFIX}/share/doc/ocaml/html
1998-02-12 21:09:02 -05:00
@strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
.include <bsd.port.mk>