98d579de66
removing the symlinking of the installed shared library into the ${PREFIX}/lib. Those broken things should really use: package require Img (from TCL) or Tcl_PkgRequire(interp, "Img", "1.2", 0) (from C) instead of trying to link with libimg directly, but there are too many of them and sobomax lost (his and mine) cool. This version will just install the library (and SHLIB_LINK) into ${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
22 lines
525 B
Plaintext
22 lines
525 B
Plaintext
%%DIR%%/pkgIndex.tcl
|
|
%%DIR%%/demo.tcl
|
|
%%DIR%%/tkv.tcl
|
|
%%DIR%%/imgmsg.tcl
|
|
lib/%%SHLIB_NAME%%
|
|
lib/%%SHLIB_LINK%%
|
|
%%DIR%%/msgs/de.msg
|
|
%%DIR%%/msgs/el.msg
|
|
%%DIR%%/msgs/en.msg
|
|
%%DIR%%/msgs/es.msg
|
|
%%DIR%%/msgs/fr.msg
|
|
%%DIR%%/msgs/ja.msg
|
|
%%DIR%%/msgs/nl.msg
|
|
@dirrm %%DIR%%/msgs
|
|
@dirrm %%DIR%%
|
|
%%PORTDOCS%%share/doc/Img1.2/default.css
|
|
%%PORTDOCS%%share/doc/Img1.2/formats.htm
|
|
%%PORTDOCS%%share/doc/Img1.2/index.htm
|
|
%%PORTDOCS%%share/doc/Img1.2/install.htm
|
|
%%PORTDOCS%%share/doc/Img1.2/library.htm
|
|
%%PORTDOCS%%@dirrm share/doc/Img1.2
|