blob: c77dda00dc6e13be7ed5d87332166ee027a89620 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: gahr
# $FreeBSD$
PORTNAME= tcloo
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= SF/tcl/TclOO%20Package/${PORTVERSION}/
DISTNAME= TclOO${PORTVERSION}
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Implementation of TclOO for Tcl 8.5
USES+= tcl:85
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
--exec-prefix=${PREFIX}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>
|