summaryrefslogtreecommitdiffstats
path: root/tclfitsy/pkgIndex.tcl.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-03-11 21:16:20 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-03-11 21:16:20 (GMT)
commitbdf4cb8f92a397068ebb996312871813b3e7d231 (patch)
tree2b7177676cbcccb71222409c78949a28b9d43e93 /tclfitsy/pkgIndex.tcl.in
parent21dbfed7cde6df9ad8678fa9f0b744b19ef855e6 (diff)
downloadblt-bdf4cb8f92a397068ebb996312871813b3e7d231.zip
blt-bdf4cb8f92a397068ebb996312871813b3e7d231.tar.gz
blt-bdf4cb8f92a397068ebb996312871813b3e7d231.tar.bz2
initial commit tclfitsy
Diffstat (limited to 'tclfitsy/pkgIndex.tcl.in')
-rw-r--r--tclfitsy/pkgIndex.tcl.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tclfitsy/pkgIndex.tcl.in b/tclfitsy/pkgIndex.tcl.in
new file mode 100644
index 0000000..d7566b4
--- /dev/null
+++ b/tclfitsy/pkgIndex.tcl.in
@@ -0,0 +1,5 @@
+#
+# Tcl package index file
+#
+package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \
+ [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]