lang/jimtcl: take maintainership, add DOCS option and test target

This commit is contained in:
Pietro Cerutti 2017-08-10 09:47:14 +00:00
parent ac5bb69863
commit 65dc26e9fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447669

View file

@ -4,23 +4,33 @@ PORTNAME= jimtcl
PORTVERSION= 0.77
CATEGORIES= lang tcl
MAINTAINER= ports@FreeBSD.org
MAINTAINER= gahr@FreeBSD.org
COMMENT= Small footprint implementation of the Tcl programming language
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ssl
USE_GITHUB= yes
GH_ACCOUNT= msteveb
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --full \
CONFIGURE_ARGS= --prefix=${PREFIX} \
--full \
--enable-utf8 \
--enable-shared \
--disable-docs
--enable-shared
UNSET= DOCS
OPTIONS_DEFINE= DOCS
DOCS_CONFIGURE_ENABLE= docs
DOCS_CONFIGURE_ON= --docdir=${DOCSDIR}
DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc
PORTDOCS= *
TEST_TARGET= test
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh \
${STAGEDIR}${PREFIX}/lib/libjim.so.*
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh
.include <bsd.port.mk>