freebsd-ports/lang/jimtcl/Makefile

37 lines
624 B
Makefile
Raw Normal View History

2014-01-29 12:22:33 +01:00
# $FreeBSD$
PORTNAME= jimtcl
PORTVERSION= 0.78
2014-01-29 12:22:33 +01:00
CATEGORIES= lang tcl
MAINTAINER= gahr@FreeBSD.org
2014-01-29 12:22:33 +01:00
COMMENT= Small footprint implementation of the Tcl programming language
LICENSE= BSD2CLAUSE
2015-12-13 04:59:15 +01:00
LICENSE_FILE= ${WRKSRC}/LICENSE
2014-01-29 12:22:33 +01:00
USES= ssl
2014-01-29 12:22:33 +01:00
USE_GITHUB= yes
GH_ACCOUNT= msteveb
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--full \
2014-01-29 12:34:02 +01:00
--enable-utf8 \
--enable-shared
PLIST_SUB= PORTVERSION=${PORTVERSION}
OPTIONS_DEFINE= DOCS
DOCS_CONFIGURE_ENABLE= docs
DOCS_CONFIGURE_ON= --docdir=${DOCSDIR}
PORTDOCS= *
TEST_TARGET= test
2014-01-29 12:22:33 +01:00
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh
2014-01-29 12:22:33 +01:00
.include <bsd.port.mk>