summaryrefslogtreecommitdiff
path: root/graphics/libwmf/pkg/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libwmf/pkg/INSTALL')
-rw-r--r--graphics/libwmf/pkg/INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/libwmf/pkg/INSTALL b/graphics/libwmf/pkg/INSTALL
new file mode 100644
index 00000000000..fe8b99340fb
--- /dev/null
+++ b/graphics/libwmf/pkg/INSTALL
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# $NetBSD: INSTALL,v 1.1.1.1 2000/02/27 18:33:38 wiz Exp $
+
+if [ "$2" = POST-INSTALL ]
+then
+ echo "--------------------------------------------------------"
+ echo For getting the most out of libwmf, consider getting
+ echo the default Windows TrueType fonts and installing xfstt,
+ echo a free TrueType font server for X11.
+ echo "--------------------------------------------------------"
+fi
+
+exit 0