Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 1997 05:21:51 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        thomas@ghpc8.ihf.rwth-aachen.de
Cc:        thomas@ghpc8.ihf.rwth-aachen.de, ports@freebsd.org, chuckr@glue.umd.edu
Subject:   Re: cvs commit:  ports/x11/tix/patches etc.
Message-ID:  <199701031321.FAA01680@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199701031255.NAA29033@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Fri, 3 Jan 1997 13:55:42 %2B0100 (MET))

next in thread | previous in thread | raw e-mail | index | archive | help
 * > For the location, yes /usr/local/include/tk sounds fine.  If you have
 * > a list of files (and their final destinations, /usr/include/tcl has
 * > two subdirectories), that will be great.
 * 
 * Tix only needs tk.h, tkInt.h, tkPort.h (we don't want tkWinInt.h, I
 * guess ;-)). But for completeness we should simply copy all the headers
 * from generic/ and unix/ to ${PREFIX}/include/tk/. I'll do something
 * similar for Tix (monday, I hope).

Something like

post-install:
.for dir in generic unix
	@${MKDIR} ${PREFIX}/include/tk/${dir}
	@${CP} ${WRKSRC}/${dir}/*.h ${PREFIX}/include/tk/${dir}
.endfor

?

 * Who is the maintainer of tk? There's no one mentioned in the makefile.

You are welcome to take it. :)

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701031321.FAA01680>