aboutsummaryrefslogtreecommitdiffstats
path: root/lang/itcl4/Makefile
blob: 1edbb88eeca17bbd1e8154936a30eb9ff7d7b0c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>