# Created by: gahr
# $FreeBSD: tags/RELEASE_10_0_0/devel/tcloo/Makefile 328452 2013-09-27 10:18:19Z gahr $

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>
