682b688f55
This is a backport for Tcl 8.5 of the Object Oriented layer (TclOO) shipped with Tcl 8.6. WWW: http://core.tcl.tk/tcloo/ Feature safe: yes
33 lines
557 B
Makefile
33 lines
557 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcloo
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/tcl/TclOO%20Package/${PORTVERSION}/
|
|
DISTNAME= TclOO${PORTVERSION}
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
COMMENT= Implementation of TclOO for Tcl 8.5
|
|
|
|
USE_TCL= 85
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
|
|
--exec-prefix=${PREFIX}
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
MANN= class.n \
|
|
copy.n \
|
|
define.n \
|
|
my.n \
|
|
next.n \
|
|
object.n \
|
|
ooInfo.n \
|
|
self.n
|
|
MAN3= Class.3 \
|
|
Method.3 \
|
|
OOInitStubs.3
|
|
|
|
.include <bsd.port.mk>
|