head	1.7;
access;
symbols
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	b1:1.1.1.1
	CPAN:1.1.1;
locks; strict;
comment	@# @;


1.7
date	2004.07.23.03.27.55;	author ijliao;	state dead;
branches;
next	1.6;

1.6
date	2001.08.20.15.48.58;	author tobez;	state Exp;
branches;
next	1.5;

1.5
date	2001.03.12.02.35.26;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	99.11.28.18.31.32;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	98.10.25.09.03.24;	author markm;	state Exp;
branches;
next	1.2;

1.2
date	98.08.30.15.52.51;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	97.06.16.03.03.56;	author jfitz;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.06.16.03.03.56;	author jfitz;	state Exp;
branches;
next	;


desc
@@


1.7
log
@upgrade to 0.81

PR:		69457
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@--- Makefile.PL.orig	Sat Aug 29 12:25:14 1998
+++ Makefile.PL	Sat Aug 29 12:25:52 1998
@@@@ -2,6 +2,6 @@@@
 WriteMakefile(
     NAME => "Tcl",
     VERSION => "b2",
-    LIBS => ["-ltcl -lm"],
-    INC => "-I/usr/local/include -I/usr/include/tcl"
+    LIBS => ["-L$ENV{PREFIX}/lib -ltcl82 -lm"],
+    INC => "-I\${PREFIX}/include -I\${PREFIX}/include/tcl8.2"
 );
@


1.6
log
@Make lang/p5-Tcl to actually link with libtcl.

While at it, fix the port build on -current.

PR:		27705
@
text
@@


1.5
log
@Environment variable $PREFIX is not set at perl Makefile.PL stage.
Use literal "${PREFIX}" instead.

# But this port sitll broken...

Found by:	bento
@
text
@d9 1
a9 1
+    LIBS => ["-L\${PREFIX}/lib -ltcl82 -lm"],
@


1.4
log
@Update to use Tcl/Tk version 8.2.

Submitted by:	Ade Lovett <ade@@lovett.com>
@
text
@d9 2
a10 2
+    LIBS => ["-L$ENV{PREFIX}/lib -ltcl82 -lm"],
+    INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl8.2"
@


1.3
log
@Unbreak; make work with tcl8.0.
@
text
@d9 2
a10 2
+    LIBS => ["-L$ENV{PREFIX}/lib -ltcl80 -lm"],
+    INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl8.0"
@


1.2
log
@Unbreak after the perl upgrade and update to version beta 2 while
I'm here.
@
text
@d9 2
a10 2
+    LIBS => ["-ltcl76 -lm"],
+    INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl7.6"
@


1.1
log
@Initial revision
@
text
@d1 11
a11 9
--- Makefile.PL.orig	Sun Jun 15 22:37:16 1997
+++ Makefile.PL	Sun Jun 15 22:37:40 1997
@@@@ -1,3 +1,4 @@@@
 use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-ltcl -lm"],
-	      INC => "-I/usr/local/include -I/usr/include/tcl");
+WriteMakefile(	NAME => "Tcl",
+		LIBS => ["-ltcl -lm"],
+	      	INC => "-I/usr/include/tcl");
@


1.1.1.1
log
@Import of a perl5 module for access to libtcl
@
text
@@
