head	1.3;
access;
symbols
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.3
date	2007.05.31.13.41.18;	author mm;	state dead;
branches;
next	1.2;

1.2
date	2007.04.05.13.19.03;	author mm;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.06.19.38.10;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove port: tcl-tk-wrapper - obsolete (replaced by tcl-wrapper and
tk-wrapper)
@
text
@# Ports collection makefile for:	tcl-tk-wrapper
# Date created:			4 March 2007
# Whom:	      			Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: ports/lang/tcl-tk-wrapper/Makefile,v 1.2 2007/04/05 13:19:03 mm Exp $
#

PORTNAME=	wrapper
PORTVERSION=	1.0
CATEGORIES=	lang tcl84 tk84
MASTER_SITES=	# empty
PKGNAMEPREFIX=	tcl-tk-
DISTFILES=	# none
EXTRACT_ONLY=	# empty

MAINTAINER=	mm@@FreeBSD.org
COMMENT=	Shell wrapper for tclsh and wish (Tcl/Tk)

NO_BUILD=	yes

TCLTK_CONF=	${PREFIX}/etc/tcltk.conf

SUB_FILES=	tclsh wish tcltk.conf.sample pkg-message
SUB_LIST+=	ECHO_CMD="${ECHO_CMD}" GREP="${GREP}" LS="${LS}" \
		TCLTK_CONF="${TCLTK_CONF}"
PLIST_FILES=	bin/tclsh bin/wish etc/tcltk.conf.sample

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/tclsh ${PREFIX}/bin/tclsh
	${INSTALL_SCRIPT} ${WRKDIR}/wish ${PREFIX}/bin/wish
	${INSTALL_DATA} ${WRKDIR}/tcltk.conf.sample ${PREFIX}/etc/tcltk.conf.sample

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.2
log
@- updated maintainer e-mail address

Approved by:	garga (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Tcl-tk-wrapper installs shell wrappers for "tclsh" and "wish" commands that
come with different versions of tcl and tk. Users can define which version
of the tcl and tk shells should be called.

To make use of the "tclsh" wrapper, users need to install tcl.
Recommended tcl ports: lang/tcl84 lang/tcl85

To make use of the "wish" wrapper, users need to install tk.
Recommended tk ports: x11-toolkits/tk84 x11-toolkits/tk85

- Martin Matuska
martin@@matuska.org

PR:		ports/109852
Submitted by:	martin at matuska.org
@
text
@d3 1
a3 1
# Whom:	      			martin@@matuska.org
d16 1
a16 1
MAINTAINER=	martin@@matuska.org
@

