freebsd-ports/lang/itcl4/Makefile

27 lines
589 B
Makefile
Raw Normal View History

# 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
CATEGORIES= lang
2021-11-08 09:11:20 +01:00
MASTER_SITES= SF/tcl/Tcl/8.6.12
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
USES+= tcl:86,tea
2018-11-19 13:20:38 +01: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}
TEST_TARGET= test
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/itcl${PORTVERSION}/libitcl${PORTVERSION}.so
.include <bsd.port.mk>