freebsd-ports/devel/ocaml-calendar/Makefile
Martin Wilke 92e3e237f9 - Update to 2.03.2
PR:		173362
Submitted by:	Michael Gruenewald <michael.grunewald@laposte.net>
Approved by:	maintainer
2013-02-19 16:27:34 +00:00

26 lines
575 B
Makefile

# New ports collection makefile for: ocaml-calendar
# Date created: Feb 26, 2007
# Whom: Jaap Boender <jaapb@kerguelen.org>
#
# $FreeBSD$
#
PORTNAME= calendar
PORTVERSION= 2.03.2
CATEGORIES= devel
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/915/
PKGNAMEPREFIX= ocaml-
MAINTAINER= jaapb@kerguelen.org
COMMENT= A date and time library for OCaml
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
post-install:
@${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \
${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
.include <bsd.port.mk>