freebsd-ports/lang/itcl4/Makefile
Pietro Cerutti 782b56aef8 - New port: lang/itcl4
This port provides the 4.x series of [incr Tcl], an object-oriented extension
  to Tcl. While the 3.x series provided by lang/itcl works with Tcl 8.5, the
  4.x series is targetted at Tcl 8.6.

  http://core.tcl.tk/itcl
2014-08-29 14:32:18 +00:00

20 lines
504 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= itcl4
PORTVERSION= 4.0.1
CATEGORIES= lang
MASTER_SITES= 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
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
--with-tclinclude=${TCL_INCLUDEDIR} \
--includedir=${PREFIX}/include/itcl${PORTVERSION:R}
PLIST_SUB+= PKGVER=${PORTVERSION}
.include <bsd.port.mk>