mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
080ab42ee4
- Silence stripping
27 lines
488 B
Makefile
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>
|