1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/lang/jimtcl/Makefile
Dmitry Marakasov 080ab42ee4 - Add LICENSE_FILE
- Silence stripping
2015-12-13 03:59:15 +00:00

27 lines
488 B
Makefile

# $FreeBSD$
PORTNAME= jimtcl
PORTVERSION= 0.76
CATEGORIES= lang tcl
MAINTAINER= ports@FreeBSD.org
COMMENT= Small footprint implementation of the Tcl programming language
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
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.*
.include <bsd.port.mk>