openbsd-ports/devel/ocaml-calendar/Makefile
avsm daaf9f6b02 update to ocaml-calender-2.03.2
* change MASTER_SITE
* use ocamlfind -> add pre-fake target

From: Christopher Zimmermann <madroach@gmerlin.de>
2012-08-18 22:06:49 +00:00

31 lines
708 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/08/18 22:06:49 avsm Exp $
COMMENT= Objective Caml bindings for calendar functions
CATEGORIES= devel
V= 2.03.2
DISTNAME= calendar-${V}
PKGNAME= ocaml-calendar-${V}
# You need to update MASTER_SITES too, when changing the version number.
MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/915/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://www.lri.fr/~signoles/prog.en.html
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MODULES= lang/ocaml
NO_REGRESS= Yes
ALL_TARGET= all
CONFIGURE_STYLE= gnu
USE_GMAKE= yes
pre-fake:
${INSTALL_DATA_DIR} ${PREFIX}/lib/ocaml
.include <bsd.port.mk>