- update MASTER_SITES and HOMEPAGE

- fix tcl/tk's header files location: Informed by Joshua Stein <jcs@rt.fm>
This commit is contained in:
kevlo 2001-05-30 01:56:04 +00:00
parent 0184518bc6
commit ae1dc4a054
3 changed files with 36 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2001/05/06 04:41:27 lebel Exp $ # $OpenBSD: Makefile,v 1.5 2001/05/30 01:56:04 kevlo Exp $
COMMENT= "tk extension" COMMENT= "tk extension"
@ -6,9 +6,9 @@ DISTNAME= Tktable2.6
PKGNAME= Tktable-2.6 PKGNAME= Tktable-2.6
CATEGORIES= x11 CATEGORIES= x11
NEED_VERSION= 1.402 NEED_VERSION= 1.402
MASTER_SITES= http://www.hobbs.wservice.com/tcl/capp/tkTable/ MASTER_SITES= http://tcl.activestate.com/community/hobbs/tcl/capp/tkTable/
HOMEPAGE= http://www.hobbs.wservice.com/tcl/capp/main.html HOMEPAGE= http://tktable.sourceforge.net/
MAINTAINER= Kevin Lo <kevlo@openbsd.org> MAINTAINER= Kevin Lo <kevlo@openbsd.org>

View File

@ -0,0 +1,32 @@
--- Makefile.in.orig Thu Aug 3 00:01:32 2000
+++ Makefile.in Tue May 29 17:36:43 2001
@@ -48,9 +48,6 @@
TK_VERSION = @TK_VERSION@
WISH = wish$(TK_VERSION)
-TCL_SRC_DIR = @TCL_SRC_DIR@
-TK_SRC_DIR = @TK_SRC_DIR@
-
TCL_LIB_SPEC = @TCL_LIB_SPEC@
TK_LIB_SPEC = @TK_LIB_SPEC@
@@ -118,8 +115,8 @@
LIB_RUNTIME_DIR = @libdir@
INCLUDES = -I@includedir@ $(TK_XINCLUDES)\
- -I$(TCL_SRC_DIR)/generic\
- -I$(TK_SRC_DIR)/generic
+ -I$(TCL_PREFIX)/include/tcl$(TCL_VERSION)/generic\
+ -I$(TCL_PREFIX)/include/tk$(TK_VERSION)/generic
DLL = $(PACKAGE)$(SHLIB_SUFFIX)
STATIC_LIB = $(PACKAGE).a
@@ -144,7 +141,7 @@
all: $(DLL) pkgIndex.tcl
$(DLL): $(OBJS)
- $(SHLIB_LD) -o $@ $(OBJS) $(SHLIB_CFLAGS) $(SHLIB_LD_LIBS)
+ $(SHLIB_LD) -o $@ $(OBJS) $(SHLIB_LD_LIBS)
# The megawish builds may not work anymore - I don't use anything but
# extensions nowadays.

View File

@ -1,11 +0,0 @@
--- Makefile.in.orig Sat Aug 26 04:02:43 2000
+++ Makefile.in Sat Aug 26 04:03:43 2000
@@ -144,7 +144,7 @@
all: $(DLL) pkgIndex.tcl
$(DLL): $(OBJS)
- $(SHLIB_LD) -o $@ $(OBJS) $(SHLIB_CFLAGS) $(SHLIB_LD_LIBS)
+ $(SHLIB_LD) -o $@ $(OBJS) $(SHLIB_LD_LIBS)
# The megawish builds may not work anymore - I don't use anything but
# extensions nowadays.