2011-12-06 01:19:21 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2011/12/06 00:19:25 sbd Exp $
|
2008-11-01 13:09:44 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= calendar-2.0.4
|
|
|
|
PKGNAME= ocaml-${DISTNAME}
|
2011-12-06 01:19:21 +01:00
|
|
|
PKGREVISION= 1
|
2008-11-01 13:09:44 +01:00
|
|
|
CATEGORIES= time devel
|
2009-05-30 02:58:30 +02:00
|
|
|
MASTER_SITES= # http://www.lri.fr/~signoles/prog/calendar/
|
2008-11-01 13:09:44 +01:00
|
|
|
|
|
|
|
MAINTAINER= jaapb@kerguelen.org
|
|
|
|
HOMEPAGE= http://www.lri.fr/~signoles/prog.en.html/
|
|
|
|
COMMENT= OCaml library managing dates and times
|
|
|
|
|
2010-02-12 01:31:52 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2008-11-01 13:09:44 +01:00
|
|
|
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
|
|
|
|
|
2010-02-12 01:31:52 +01:00
|
|
|
INSTALLATION_DIRS+= lib/ocaml/site-lib
|
|
|
|
|
2008-11-01 13:09:44 +01:00
|
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|