1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/lang/jimtcl/Makefile
Baptiste Daroussin 8072396013 Update to 0.75
2014-08-04 13:33:03 +00:00

27 lines
476 B
Makefile

# $FreeBSD$
PORTNAME= jimtcl
PORTVERSION= 0.75
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= cffd1a5
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.75
.include <bsd.port.mk>