blob: 5cca9725096d389ac7c8fceaf68af6036d3f097a (
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
|
# 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"
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>
|