aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocaml-findlib/Makefile
blob: 721faa84d88f55fc9d7de34b4234a8963f9f63c5 (plain) (blame)
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
# ex:ts=8
# Ports collection makefile for:    findlib
# Date created:         Jul 10, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   findlib
PORTVERSION=    0.7.1
CATEGORIES= devel
MASTER_SITES=   http://www.ocaml-programming.de/packages/
PKGNAMEPREFIX=  ocaml-

MAINTAINER= ports@FreeBSD.org

BUILD_DEPENDS=  ocamlc:${PORTSDIR}/lang/ocaml

HAS_CONFIGURE=  yes
USE_GMAKE=  yes

MAN1=   ocamlfind.1
MAN3=   Findlib.3 Topfind.3
MAN5=   META.5 findlib.conf.5 site-lib.5

.include <bsd.port.mk>