mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
476 B
Makefile
27 lines
476 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jimtcl
|
|
PORTVERSION= 0.74
|
|
CATEGORIES= lang tcl
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Small footprint implementation of the Tcl programming language
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= msteveb
|
|
GH_COMMIT= 9a3562c
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --full \
|
|
--enable-utf8 \
|
|
--enable-shared \
|
|
--disable-docs
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jimsh \
|
|
${STAGEDIR}${PREFIX}/lib/libjim.so.0.74
|
|
|
|
.include <bsd.port.mk>
|