diff options
author | steve <steve@FreeBSD.org> | 1998-03-28 15:06:34 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-03-28 15:06:34 +0000 |
commit | 35d8637778ca4f8b2cb004ca3d53430e50733731 (patch) | |
tree | 0793c78eecd1d707390850d5e68dcf6ad0f0dcc8 /print/mgv/pkg-install | |
parent | 43df22ffba3a4ec341259ffe2625023c98396523 (diff) | |
download | FreeBSD-ports-35d8637778ca4f8b2cb004ca3d53430e50733731.zip FreeBSD-ports-35d8637778ca4f8b2cb004ca3d53430e50733731.tar.gz |
Initial import of mgv-2.3.1.
A PostScript and PDF previewer that uses the Motif widget set.
PR: 5915
Submitted by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'print/mgv/pkg-install')
-rw-r--r-- | print/mgv/pkg-install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/print/mgv/pkg-install b/print/mgv/pkg-install new file mode 100644 index 0000000..2d7c72f --- /dev/null +++ b/print/mgv/pkg-install @@ -0,0 +1,9 @@ +#!/bin/sh +if [ "$2" != "POST-INSTALL" ]; then + exit 0 +fi +if ! which gs >/dev/null; then + echo "I can't find ghostscript (gs) in your search path." + echo "Please install your favorite version of ghostscript," + echo "otherwise this program is useless." +fi |