summaryrefslogtreecommitdiff
path: root/time/ocaml-calendar/Makefile
blob: 165e90f135f4b5130916f7d94a585641655cfc4d (plain)
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
# $NetBSD: Makefile,v 1.1.1.1 2008/11/01 12:09:44 obache Exp $
#

DISTNAME=	calendar-2.0.4
PKGNAME=	ocaml-${DISTNAME}
CATEGORIES=	time devel
MASTER_SITES=	http://www.lri.fr/~signoles/prog/calendar/

MAINTAINER=	jaapb@kerguelen.org
HOMEPAGE=	http://www.lri.fr/~signoles/prog.en.html/
COMMENT=	OCaml library managing dates and times

DEPENDS+=	ocaml-findlib-[0-9]*:../../devel/ocaml-findlib

GNU_CONFIGURE=	yes
USE_TOOLS+=	gmake

.include "../../mk/bsd.prefs.mk"
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
    (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
PLIST_SRC+=	PLIST.opt
.endif

PLIST_SRC+=	PLIST

TEST_TARGET=	tests

.include "../../lang/ocaml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"