head	1.6;
access;
symbols
	RELEASE_4_10_0:1.4;
locks; strict;
comment	@# @;


1.6
date	2004.06.20.23.40.35;	author kris;	state dead;
branches;
next	1.5;

1.5
date	2004.05.21.05.22.19;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2004.04.21.21.21.36;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.19.07.48.47;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.17.10.40.53;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.05.00.56.32;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove expired ports, plus the three ports that depended on them.
@
text
@# ex:ts=8
# Ports collection makefile for:	qc--
# Date created:			Nov 10, 2003
# Whom:				ijliao
#
# $FreeBSD: ports/lang/qc--/Makefile,v 1.5 2004/05/21 05:22:19 kris Exp $
#

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

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

BROKEN=		"Configure fails with current version of ocaml"
DEPRECATED=	"Uses snapshots and is unmaintained"
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>
@


1.5
log
@This DEPRECATED port is also BROKEN with current versions of ocaml.
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.4
log
@- Add mirror to fix build for release
- port is still deprecated

Approved by:	marcus (portmgr)
@
text
@d19 1
@


1.3
log
@These broken ports are scheduled for deletion on June 18 if they are
still broken at that time and no PRs have been submitted containing a fix.
@
text
@d12 2
a13 1
MASTER_SITES=	http://www.cminusminus.org/rsync/dist/
d19 1
a19 2
BROKEN=		"Does not fetch"
DEPRECATED=	${BROKEN}
@


1.2
log
@BROKEN: Does not fetch
@
text
@d19 2
@


1.1
log
@add qc-- 20031201
The Quick C-- Compiler

PR:		59893
@
text
@d18 2
@

