aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-sdl/Makefile
blob: 9ea6a4c565e65c71480b1790720260be9c2a6bfb (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
43
44
45
46
47
48
49
50
# ex:ts=8
# Ports collection makefile for:    ocaml-sdl
# Date created:         Jun 1, 2004
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   sdl
PORTVERSION=    0.7.2
PORTREVISION=   5
CATEGORIES= devel
MASTER_SITES=   SF/ocaml${PORTNAME}/OCamlSDL/ocaml${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX=  ocaml-
DISTNAME=   ocamlsdl-${PORTVERSION}

MAINTAINER= stas@FreeBSD.org
COMMENT=    An OCaml interface to the SDL

BUILD_DEPENDS=  lablgl:${PORTSDIR}/graphics/ocaml-lablgl

USE_GMAKE=  yes
USE_OCAML=  yes
USE_OCAML_FINDLIB=yes
USE_OCAML_LDCONFIG=yes
USE_SDL=    sdl ttf image mixer
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-findlib

DOCSDIR=    ${PREFIX}/share/doc/ocaml/${PORTNAME}
EXAMPLESDIR=    ${PREFIX}/share/examples/ocaml/{PORTNAME}

PORTDOCS=   *

.if !defined(NOPORTDOCS)
INFO=   ocamlsdl
.endif

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/doc/ocamlsdl.info ${PREFIX}/${INFO_PATH}
.endif

.include <bsd.port.post.mk>