freebsd-ports/lang/hope/Makefile
Dmitry Marakasov ba45652f73 - Switch to options helpers
- Add missing docs to plist
- Use DATADIR and DOCSDIR in plist, sort

Approved by:	portmgr blanket
2015-08-26 19:36:13 +00:00

23 lines
501 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:${PORTSDIR}/textproc/latex2html
DOCS_MAKE_ARGS= WITH_DOCS=yes
.include <bsd.port.mk>