freebsd-ports/lang/jimtcl/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

25 lines
457 B
Makefile

# $FreeBSD$
PORTNAME= jimtcl
PORTVERSION= 0.76
CATEGORIES= lang tcl
MAINTAINER= bapt@FreeBSD.org
COMMENT= Small footprint implementation of the Tcl programming language
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= msteveb
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.76
.include <bsd.port.mk>