- Convert to OptionsNG

Notified by:	http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
This commit is contained in:
Pietro Cerutti 2012-10-01 13:21:32 +00:00
parent 5517145236
commit b53f73413a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305118

View file

@ -13,7 +13,8 @@ MASTER_SITES= http://common-lisp.net/project/meta-cvs/downloads/
MAINTAINER= gahr@FreeBSD.org
COMMENT= A more capable version control system than CVS, built around CVS
OPTIONS= PDFDOC "Build PDF documentation" off
OPTIONS_DEFINE= PDFDOC
PDFDOC_DESC= Build PDF documentation
BUILD_DEPENDS= clisp:${PORTSDIR}/lang/clisp \
lndir:${PORTSDIR}/devel/lndir
@ -33,9 +34,9 @@ PORTDOCS= Meta-CVS-PAPER \
QUICK-GUIDE \
SCRIPTING
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if !defined(WITHOUT_PDFDOC) && !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MPDFDOC} && !defined(NOPORTDOCS)
BUILD_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base
PORTDOCS+= meta-cvs.pdf
.endif
@ -58,4 +59,4 @@ post-install:
.endfor
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>