mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
lang/jimtcl: take maintainership, add DOCS option and test target
This commit is contained in:
parent
ac5bb69863
commit
65dc26e9fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447669
1 changed files with 16 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue