2014-08-29 16:32:18 +02:00
|
|
|
# Created by: gahr
|
|
|
|
|
|
|
|
PORTNAME= itcl4
|
2021-11-08 09:11:20 +01:00
|
|
|
PORTVERSION= 4.2.2
|
2017-08-21 09:49:12 +02:00
|
|
|
PORTREVISION= 0
|
2014-08-29 16:32:18 +02:00
|
|
|
CATEGORIES= lang
|
2021-11-08 09:11:20 +01:00
|
|
|
MASTER_SITES= SF/tcl/Tcl/8.6.12
|
2014-08-29 16:32:18 +02:00
|
|
|
DISTNAME= itcl${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
|
|
COMMENT= Object-oriented extension to Tcl [incr Tcl]
|
|
|
|
|
2017-08-21 09:49:12 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/license.terms
|
|
|
|
|
2016-04-21 13:33:16 +02:00
|
|
|
USES+= tcl:86,tea
|
2018-11-19 13:20:38 +01:00
|
|
|
|
2016-04-21 13:33:16 +02:00
|
|
|
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/itcl${PORTVERSION:R}
|
2017-08-21 09:49:12 +02:00
|
|
|
PLIST_SUB+= PKGVER=${PORTVERSION} \
|
|
|
|
SHORT_PKGVER=${PORTVERSION:R}
|
2016-04-21 13:33:16 +02:00
|
|
|
TEST_TARGET= test
|
2016-03-02 12:54:19 +01:00
|
|
|
|
2016-06-07 09:48:03 +02:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/itcl${PORTVERSION}/libitcl${PORTVERSION}.so
|
|
|
|
|
2014-08-29 16:32:18 +02:00
|
|
|
.include <bsd.port.mk>
|