freebsd-ports/lang/jimtcl/Makefile
2014-11-13 08:25:45 +00:00

26 lines
477 B
Makefile

# $FreeBSD$
PORTNAME= jimtcl
PORTVERSION= 0.75
CATEGORIES= lang tcl
MAINTAINER= ports@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>