diff options
author | glewis <glewis@FreeBSD.org> | 2008-02-09 23:58:06 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2008-02-09 23:58:06 +0800 |
commit | 613417505c0582097fd7e25152d2441b615ee77e (patch) | |
tree | 8904a5a95152e60f23ddbf25ed2e18fd80920d05 /print/acrobatviewer | |
parent | ab949cc46f3ff1dc31acde01861d9d1a0ade4a0e (diff) | |
download | freebsd-ports-gnome-613417505c0582097fd7e25152d2441b615ee77e.tar.gz freebsd-ports-gnome-613417505c0582097fd7e25152d2441b615ee77e.tar.zst freebsd-ports-gnome-613417505c0582097fd7e25152d2441b615ee77e.zip |
. 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/acrobatviewer')
-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 "$@" |