1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/lang/ocaml-doc/Makefile
Sergei Kolobov 53d7785946 Add ocaml-doc 3.07, documentation (HTML, PS) for the Objective Caml.
PR:		62293
Submitted by:	Eugene Ossintsev <eugos@gmx.net>
2004-02-27 07:51:03 +00:00

32 lines
872 B
Makefile

# New ports collection makefile for: ocaml-doc
# Date created: 2004-02-03
# Whom: Eugene Ossintsev
#
# $FreeBSD$
#
PORTNAME= ocaml
PORTVERSION= 3.07
CATEGORIES= lang
MASTER_SITES= http://caml.inria.fr/distrib/${DISTNAME}/ \
ftp://ftp.inria.fr/INRIA/caml-light/${DISTNAME}/ \
ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/${DISTNAME}/
PKGNAMESUFFIX= -doc
DISTFILES= ${DISTNAME}-refman.html.tar.gz ${DISTNAME}-refman.ps.gz
EXTRACT_ONLY= ${DISTNAME}-refman.html.tar.gz
MAINTAINER= eugos@gmx.net
COMMENT= Documentation (HTML, PS) for the Objective Caml
NO_BUILD= yes
PORTDOCS= *
do-install:
@${MKDIR} ${DOCSDIR}/html/libref
cd ${WRKDIR}/htmlman/libref && ${INSTALL_DATA} * ${DOCSDIR}/html/libref
cd ${WRKDIR}/htmlman && ${INSTALL_DATA} [a-km-z]* libg* ${DOCSDIR}/html
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-refman.ps.gz ${DOCSDIR}
.include <bsd.port.mk>