summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2008-02-09 15:58:06 +0000
committerGreg Lewis <glewis@FreeBSD.org>2008-02-09 15:58:06 +0000
commitffd9eaca7ec38ae6a358af50e038c29871e7245d (patch)
treea00aa88181f83338b1f711cf7ab7c6f7b2c326c2 /print
parentMark BROKEN on 8.0: does not compile (diff)
. Add in the AcrobatViewer script template, missed in the previous commit.
Submitted by: Stefan Thurner <thurners@nicsys.de> Pointy hat: glewis
Notes
Notes: svn path=/head/; revision=206955
Diffstat (limited to 'print')
-rw-r--r--print/acrobatviewer/files/AcrobatViewer.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/print/acrobatviewer/files/AcrobatViewer.in b/print/acrobatviewer/files/AcrobatViewer.in
new file mode 100644
index 000000000000..218accc0ad39
--- /dev/null
+++ b/print/acrobatviewer/files/AcrobatViewer.in
@@ -0,0 +1,5 @@
+#!/bin/sh
+#
+# $FreeBSD$
+
+JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/%%PORTNAME%%/acrobat.jar:%%JAVAJARDIR%%/%%PORTNAME%%/MRJToolkitStubs.jar" com.adobe.acrobat.Viewer "$@"