2004-08-08 21:20:32 +02:00
|
|
|
# Ports collection makefile for: ocurl
|
|
|
|
# Date created: Aug 6, 2004
|
|
|
|
# Whom: Marwan BURELLE <marwan.burelle@lri.fr>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ocurl
|
2010-02-14 12:34:24 +01:00
|
|
|
PORTVERSION= 0.5.2
|
2004-08-08 21:20:32 +02:00
|
|
|
CATEGORIES= ftp
|
2008-08-03 11:08:58 +02:00
|
|
|
MASTER_SITES= SF
|
2004-08-08 21:20:32 +02:00
|
|
|
PKGNAMEPREFIX= ocaml-
|
2008-08-03 11:08:58 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
2004-08-08 21:20:32 +02:00
|
|
|
|
2010-02-14 12:34:24 +01:00
|
|
|
MAINTAINER= johans@stack.nl
|
2004-08-08 21:20:32 +02:00
|
|
|
COMMENT= An interface for OCaml to the curl lib
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
|
|
|
|
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
|
|
|
RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
|
|
|
|
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
2009-01-23 16:43:14 +01:00
|
|
|
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
|
2004-08-08 21:20:32 +02:00
|
|
|
|
2010-02-14 12:34:24 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2004-08-08 21:20:32 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+="--with-findlib"
|
2009-11-20 23:53:09 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2004-08-08 21:20:32 +02:00
|
|
|
|
2010-02-14 12:34:24 +01:00
|
|
|
USE_OCAML= yes
|
|
|
|
USE_OCAML_FINDLIB= yes
|
|
|
|
USE_OCAML_LDCONFIG= yes
|
2004-08-08 21:20:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|