aboutsummaryrefslogtreecommitdiff
path: root/lang/qc--/Makefile
blob: 6db44d0dc771e5c48f8515c646186dbf532623e8 (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
30
31
32
33
34
35
36
37
38
39
40
41
# ex:ts=8
# Ports collection makefile for:	qc--
# Date created:			Nov 10, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	qc--
PORTVERSION=	20031201
CATEGORIES=	lang
MASTER_SITES=	http://www.cminusminus.org/rsync/dist/
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The Quick C-- Compiler

BROKEN=		"Does not fetch"
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2004-06-18

BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
		notangle:${PORTSDIR}/devel/noweb \
		latex:${PORTSDIR}/print/teTeX \
		mk:${PORTSDIR}/devel/mk \
		gsed:${PORTSDIR}/textproc/gsed
LIB_DEPENDS=	lua.5:${PORTSDIR}/lang/lua

USE_PERL5_BUILD=	yes
HAS_CONFIGURE=	yes

MAN1=	camlburg.1 camlburgfix.1 nofake.1 ocamlerror.1 \
	qc--.1 qc--internals.1 qc--interp.1

do-build:
	@(cd ${WRKSRC} && mk timestamps && mk all.opt)

do-install:
	@(cd ${WRKSRC} && mk install.opt)

.include <bsd.port.mk>