aboutsummaryrefslogtreecommitdiffstats
path: root/devel/camlp4/Makefile
blob: 887486a1651e23b867f97ab8174d06759520981e (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
27
28
29
# New ports collection makefile for:   brs
# Date created:        12 July 2000
# Whom:                Kim Scarborough <user@unknown.nu>
#
# $FreeBSD$
#

PORTNAME=   camlp4
PORTVERSION=    3.00
CATEGORIES= devel
MASTER_SITES=   ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ \
        http://www.unknown.nu/ports/

MAINTAINER= user@unknown.nu

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

HAS_CONFIGURE=  yes
CONFIGURE_WRKSRC=   ${WRKSRC}/config
CONFIGURE_SCRIPT=   configure_batch
CONFIGURE_ENV=  PREFIX=${PREFIX}
ALL_TARGET= world bootstrap opt

MAN1=       camlp4.1
MLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4r.1 camlp4.1 mkcamlp4.1 \
        camlp4.1 ocpp.1 camlp4.1 camlp4o.1 camlp4.1 camlp4r.opt.1 \
        camlp4.1 camlp4o.opt.1

.include <bsd.port.mk>