opnsense-ports/lang/itcl4/Makefile
Franco Fichtner 356bd85896 */*: sync with upstream
Taken from: FreeBSD
2016-06-08 07:42:21 +02: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>