aboutsummaryrefslogtreecommitdiffstats
path: root/lang/hope/Makefile
blob: 1d87fe8fbe892117d95360de3eeb46a036ee57b0 (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
# Created by: Lev Serebryakov <lev@serebryakov.spb.ru>
# $FreeBSD$

PORTNAME=   hope
PORTVERSION=    1.1
CATEGORIES= lang
MASTER_SITES=   http://www.soi.city.ac.uk/~ross/Hope/
DISTNAME=   ${PORTNAME}

MAINTAINER= lev@FreeBSD.org
COMMENT=    Hope is lazy interpreter for HOPE applicative language

OPTIONS_DEFINE= DOCS

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}
USE_TEX=    latex:build
BUILD_DEPENDS+= latex2html:${PORTSDIR}/textproc/latex2html
MAKE_ARGS+= WITH_DOCS=yes
.endif

USES=       gmake
GNU_CONFIGURE=  yes

.include <bsd.port.mk>