aboutsummaryrefslogtreecommitdiff
path: root/print/acrobatviewer/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Convert unzip -a to USE_DOS2UNIXPav Lucistnik2010-06-031-0/+1
| | | | | | | | PR: ports/146533 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=255662
* . Make Java an EXTRACT_DEPENDS since we use it in post-extract.Greg Lewis2008-02-071-0/+1
| | | | | | | Pointed out by: pointyhat (via erwin) Notes: svn path=/head/; revision=206871
* . Make this port run. Its always built correctly, but I've had problemsGreg Lewis2008-02-061-37/+33
| | | | | | | | | | | | | | | 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). Notes: svn path=/head/; revision=206792
* Depending on javavmwrapper should be enough, rather than also dependingMark Linimon2007-12-121-2/+3
| | | | | | | | | | on the antique JRE for Java 1.1. I'll investigate how it works with the other JREs. Pointy hat to: self Notes: svn path=/head/; revision=203194
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Whitespace-only:Maxim Sobolev2000-11-011-2/+2
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Make it working with javavmwrapper.Maxim Sobolev2000-06-201-10/+3
| | | | Notes: svn path=/head/; revision=29709
* Initial import of Adobe AcrobatViewer(r) - a new Adobe's free PDF viewer writtenMaxim Sobolev2000-05-291-0/+74
entirely in Java PR: 16606 Submitted by: sobomax Notes: svn path=/head/; revision=28921