1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/lang/hope/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

24 lines
489 B
Makefile

# 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
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>