freebsd-ports/print/acrobatviewer/pkg-plist
Greg Lewis 67b17690d2 . Make this port run. Its always built correctly, but I've had problems
running it.  The changes include:
  . Pull in stubs for the MRJToolkit classes.  These are not used, but
    some are imported, so the app was failing with NoClassDef errors.
  . Eliminate the build dependency on Perl.
  . Use standard ways of depending on Java.
  . Don't install unnecessary stuff.
  . Install in appropriate directories and respect NOPORTDOCS.
  . Replace the relatively complicated and non-working launcher script
    supplied with a simple version that uses javavm(1).
2008-02-06 17:11:43 +00:00

7 lines
232 B
Text

bin/AcrobatViewer
%%JAVAJARDIR%%/acrobatviewer/acrobat.jar
%%JAVAJARDIR%%/acrobatviewer/MRJToolkitStubs.jar
%%PORTDOCS%%%%DOCSDIR%%/License.pdf
%%PORTDOCS%%%%DOCSDIR%%/help.pdf
@dirrm %%JAVAJARDIR%%/acrobatviewer
@dirrm %%DOCSDIR%%