freebsd-ports/graphics/libimg/pkg-plist
Mikhail Teterin 98d579de66 Turns out I broke a few too many things with my last commit by
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.
2001-03-13 19:15:26 +00:00

21 lines
525 B
Text

%%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