aboutsummaryrefslogtreecommitdiffstats
path: root/print/pmw/files
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-14 23:59:55 +0800
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-14 23:59:55 +0800
commit8e147a6c50e85546ce1fdc90d3717bd9e90a2c68 (patch)
tree6332cf44e1224e3b4708cb05b3612a5dedfbfdce /print/pmw/files
parent504ccabadb7c6f8dbb03b44876884dc810e6413c (diff)
downloadfreebsd-ports-gnome-8e147a6c50e85546ce1fdc90d3717bd9e90a2c68.tar.gz
freebsd-ports-gnome-8e147a6c50e85546ce1fdc90d3717bd9e90a2c68.tar.zst
freebsd-ports-gnome-8e147a6c50e85546ce1fdc90d3717bd9e90a2c68.zip
Update to 4.10
Change master sites Respect CFLAGS PR: 87437 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
Diffstat (limited to 'print/pmw/files')
-rw-r--r--print/pmw/files/patch-Makefile.in11
-rw-r--r--print/pmw/files/pkg-message.in13
2 files changed, 24 insertions, 0 deletions
diff --git a/print/pmw/files/patch-Makefile.in b/print/pmw/files/patch-Makefile.in
new file mode 100644
index 000000000000..6df40a2f6490
--- /dev/null
+++ b/print/pmw/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Oct 14 12:54:21 2005
++++ Makefile.in Fri Oct 14 12:54:30 2005
+@@ -7,7 +7,7 @@
+ # These variables get set up by the configure script.
+
+ CC=@CC@
+-CFLAGS=@CFLAGS@
++CFLAGS+=@CFLAGS@
+ NO_PMWRC=@NO_PMWRC@
+
+ INSTALL = @INSTALL@
diff --git a/print/pmw/files/pkg-message.in b/print/pmw/files/pkg-message.in
new file mode 100644
index 000000000000..32423e3862e7
--- /dev/null
+++ b/print/pmw/files/pkg-message.in
@@ -0,0 +1,13 @@
+---------------------------------------------------------------------------
+
+If you wish to use ghostview to view or print the Postscript output
+from PMW, then you need to create symlinks for the font files:
+
+ ln -s %%PREFIX%%/share/pmw/psfonts/* %%LOCALBASE%%/share/ghostscript/fonts/
+
+and also add the following line to
+%%LOCALBASE%%/share/ghostscript/x.xx/lib/Fontmap.GS
+
+ /PMW-Music (PMW-Music.pfa) ;
+
+---------------------------------------------------------------------------