26 lines
589 B
Makefile
26 lines
589 B
Makefile
# Created by: gahr
|
|
|
|
PORTNAME= itcl4
|
|
PORTVERSION= 4.2.2
|
|
PORTREVISION= 0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= SF/tcl/Tcl/8.6.12
|
|
DISTNAME= itcl${PORTVERSION}
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
COMMENT= Object-oriented extension to Tcl [incr Tcl]
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/license.terms
|
|
|
|
USES+= tcl:86,tea
|
|
|
|
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/itcl${PORTVERSION:R}
|
|
PLIST_SUB+= PKGVER=${PORTVERSION} \
|
|
SHORT_PKGVER=${PORTVERSION:R}
|
|
TEST_TARGET= test
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/itcl${PORTVERSION}/libitcl${PORTVERSION}.so
|
|
|
|
.include <bsd.port.mk>
|