diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-02-09 15:58:06 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-02-09 15:58:06 +0000 |
commit | ffd9eaca7ec38ae6a358af50e038c29871e7245d (patch) | |
tree | a00aa88181f83338b1f711cf7ab7c6f7b2c326c2 /print | |
parent | Mark 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
Diffstat (limited to 'print')
-rw-r--r-- | print/acrobatviewer/files/AcrobatViewer.in | 5 |
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 "$@" |