aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-extlib/Makefile
blob: 4136722e6674332143f69802d531821cd7f05f9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Ports collection makefile for:    extlib
# Date created:         Nov 2, 2004
# Whom:             mukai
#
# $FreeBSD$
#

PORTNAME=   extlib
PORTVERSION=    1.5.1
PORTREVISION=   0
CATEGORIES= devel
MASTER_SITES=   http://ocaml-extlib.googlecode.com/files/
MASTER_SITE_SUBDIR= ocaml-lib
PKGNAMEPREFIX=  ocaml-

MAINTAINER= stas@FreeBSD.org
COMMENT=    A complete - yet small - standard library for OCaml

BUILD_DEPENDS=  ocamlc:${PORTSDIR}/lang/ocaml \
        ocamlfind:${PORTSDIR}/devel/ocaml-findlib

USE_GMAKE=  yes
USE_DOS2UNIX=   yes
ALL_TARGET= all opt

.if !defined(NOPORTDOCS)
ALL_TARGET+=    doc
.endif

PORTDOCS=   *
DOCSDIR=    ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}

post-patch:
    @${REINPLACE_CMD} -e '/css/d' ${WRKSRC}/Makefile

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif

.include <bsd.port.mk>