aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-ulex/Makefile
blob: 196b0538b147d83c991072d43b930513ec5aaff4 (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=   ulex
PORTVERSION=    1.1
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   http://www.cduce.org/download/
PKGNAMEPREFIX=  ocaml-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Lexer generator for Unicode and OCaml

USES=       gmake
USE_OCAML=  true
USE_OCAML_FINDLIB=  true
USE_OCAML_CAMLP4=   true
USE_OCAML_LDCONFIG= true
USE_OCAMLFIND_PLIST=    yes

ALL_TARGET= all all.opt
MAKE_JOBS_UNSAFE=   yes

DOCSDIR=    ${OCAML_DOCSDIR}/${PORTNAME}
PORTDOCS=   *

OPTIONS_DEFINE= DOCS

DOCS_ALL_TARGET=    doc

post-install-DOCS-on:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.css ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>