head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2013.02.19.14.58.34;	author svnexp;	state dead;
branches;
next	1.6;

1.6
date	2011.08.10.16.42.21;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.17.20.35.55;	author mi;	state Exp;
branches;
next	1.4;

1.4
date	2004.04.18.17.01.12;	author krion;	state Exp;
branches;
next	1.3;

1.3
date	2001.09.03.18.17.47;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.05.01.17.58.35;	author jseger;	state Exp;
branches;
next	1.1;

1.1
date	99.02.13.19.29.10;	author asami;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312561
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- Makefile.in.orig	Thu Apr 15 07:31:17 2004
+++ Makefile.in	Sat Apr 17 21:52:56 2004
@@@@ -50,7 +50,7 @@@@
 
 # To change the compiler switches, for example to change from -O
 # to -g, change the following line:
-CC_OPTS = -O -DUSE_OLD_IMAGE -DUSE_NON_CONST
+CC_OPTS = @@CFLAGS@@ -DUSE_OLD_IMAGE -DUSE_NON_CONST
 
 # To change the linker switches, for example to add -s,
 # change the following line:
@@@@ -189,7 +189,7 @@@@
 	find $(SCRIPT_INSTALL_DIR) -type f -exec chmod a+r {} \;
 	find $(SCRIPT_INSTALL_DIR) -type d -exec chmod a+rx {} \;
 	@@echo "=== Creating index..."
-	cd $(SCRIPT_INSTALL_DIR); $(BIN_INSTALL_DIR)/tkdesksh mkindex
+	cd $(SCRIPT_INSTALL_DIR); %%TCLSH%% mkindex
 	@@echo "=== Installing the manual pages..."
 	@@for f in tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1; do \
 	    echo "installing $$f" ;\
@


1.6
log
@- Support USE_TK
- Fix WWW: line

PR:		159496
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@@


1.5
log
@Update the itcl/itk from 3.2 to 3.3 (released in April 2005). The
installed libraries are now named libitcl.so.3 & libitk.so.3 instead
of having the version be part of the libname (libitcl33.so.1). The
itclConfig.sh and itkConfig.sh are now also installed, which is required
by some software (such as the insight -- a gdb frontend).

Fix-up the (unchanged) iwidgets port to reflect the above and improve it
to not require its own copy of the itcl tree at install time.

Approved by:	maintainer

Fix-up the tkdesk port to reflect the itcl/itk changes, which required
updating it to the 2.0p2 (from 2.0). (This lovely piece of software
badly needs a caring maintainer, BTW.) While here, teach tkdesk to use
installed blt instead of building its own.

The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a
MUD client). This should change as soon as the maintainer get back to
me.
@
text
@d17 1
a17 1
+	cd $(SCRIPT_INSTALL_DIR); tclsh8.4 mkindex
@


1.4
log
@- Update to version 2.0

PR:		ports/65720
Submitted by:	Ports Fury
@
text
@d17 1
a17 1
+	cd $(SCRIPT_INSTALL_DIR); tclsh8.3 mkindex
@


1.3
log
@Update to use Tcl/Tk 8.2, itcl3.2 and the latest version of BLT.

Bump PORTREVISION.

PR:		30279
Submitted by:	Andy Sparrow <spadger@@best.com> (MAINTAINER)
@
text
@d1 12
a12 3
--- Makefile.in~	Sun Sep 20 20:41:40 1998
+++ Makefile.in	Sun Sep  2 23:03:53 2001
@@@@ -194,7 +194,7 @@@@
@


1.2
log
@Upgrade to tkdesk-1.2

This supports tcl/tk 8.2
@
text
@d2 1
a2 1
+++ Makefile.in	Sat Feb 13 12:53:36 1999
d8 1
a8 1
+	cd $(SCRIPT_INSTALL_DIR); tclsh8.2 mkindex
@


1.1
log
@Fix build by using tclsh instead of wish (which requires a display).

PR:		10061
Submitted by:	maintainer
@
text
@d8 1
a8 1
+	cd $(SCRIPT_INSTALL_DIR); tclsh7.6 mkindex
@

