freebsd-ports/lang/itcl4/Makefile
Pietro Cerutti f5def8e231 lang/itcl4: do not strip the stubs lib, consumers need the stubs pointer symbol
Reported by:	Peter da Silva <peter.dasilva@flightaware.com>
2016-06-07 07:48:03 +00:00

23 lines
567 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= itcl4
PORTVERSION= 4.0.4
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= TCLTK/itcl \
SF/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl%20${PORTVERSION}/
DISTNAME= itcl${PORTVERSION}
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Object-oriented extension to Tcl [incr Tcl]
USES+= tcl:86,tea
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/itcl${PORTVERSION:R}
PLIST_SUB+= PKGVER=${PORTVERSION}
TEST_TARGET= test
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/itcl${PORTVERSION}/libitcl${PORTVERSION}.so
.include <bsd.port.mk>