head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.10
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.8
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.6
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.4
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.2
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.1.0.42
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.40
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.38
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.36
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.34
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.32
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.30
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.28
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.26
	pkgsrc-2022Q4-base:1.1
	pkgsrc-2022Q3:1.1.0.24
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.22
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.20
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.18
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.16
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.14
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.12
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.10
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.8
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.6
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.2
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.4
	pkgsrc-2019Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.01.26.12.14.14;	author gdt;	state Exp;
branches;
next	1.1;
commitid	dkE5RJClpuvHwZGF;

1.1
date	2019.10.01.23.40.40;	author kamil;	state Exp;
branches;
next	;
commitid	8ysVtw048CDnOdFB;


desc
@@


1.2
log
@devel/tkcon: Fix LICENSE

This is simply esdl-license.  Note that bourbon_ware is not a license
grant or a restriction of a previous license grant.
@
text
@# $NetBSD: Makefile,v 1.1 2019/10/01 23:40:40 kamil Exp $

DISTNAME=	tkcon-2.7.2
PKGREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=wjoye/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/wjoye/tkcon/
COMMENT=	Enhanced Tk Console for all Tk platforms
LICENSE=	esdl-license
# doc/license.terms also contains "bourbon_ware clause v2", which is a
# declaration that donations are appreciated, rather than a license
# or a modification of terms.

USE_TOOLS+=	wish:run

SUBST_CLASSES+=		fix-wish
SUBST_STAGE.fix-wish=	pre-configure
SUBST_MESSAGE.fix-wish=	Fixing tcl wish
SUBST_FILES.fix-wish+=	${PKGBASE}.tcl
SUBST_SED.fix-wish+=	-e 's,exec wish,exec ${PREFIX}/bin/wish,'

#DEPENDS+=	xhost-[0-9]*:../../x11/xhost # Not important?

GNU_CONFIGURE=	yes # Not important?

INSTALLATION_DIRS+=	bin

do-install:
	${RUN}cd ${WRKSRC} && \
		${INSTALL_SCRIPT} ${PKGBASE}.tcl \
			${DESTDIR}${PREFIX}/bin/${PKGBASE}

.include "../../mk/bsd.pkg.mk"
@


1.1
log
@devel/tkcon: import tkcon-2.7.2

tkcon is a replacement for the standard console that comes with Tk (on
Windows/Mac, but also works on Unix).  tkcon provides many more features
than the standard console and works on all platforms where Tcl/Tk is
available.  It is meant primarily to aid one when working with the little
details inside tcl and tk and to give Unix users the GUI console provided
by default in the Mac and Windows Tk.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
d12 4
a15 1
#LICENSE=	# esdl-license like with bourbon_ware clause v2
@

