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

PORTNAME=	hope
PORTVERSION=	1.1
PORTREVISION=	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

BROKEN=		unfetchable

USES=		gmake
GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	DOCS

DOCS_USE=		TEX=latex:build
DOCS_BUILD_DEPENDS=	latex2html:textproc/latex2html
DOCS_MAKE_ARGS=		WITH_DOCS=yes

.include <bsd.port.mk>