New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

root/trunk/dports/graphics/jpeg2ps/Portfile

Revision 30230, 0.7 KB (checked in by jmpp@…, 5 years ago)

nomaintainer address abstraction in graphics category.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem 1.0
4name                    jpeg2ps
5version                 1.9
6categories              graphics
7platforms               darwin
8maintainers             nomaintainer
9homepage                http://www.pdflib.com/download/free-software/jpeg2ps/
10description             Utility to convert JPEG to PostScript fileS
11
12long_description        jpeg2ps is a utility for converting JPEG images to \
13                        compressed PostScript Level 2 or 3 files (without \
14                        uncompressing the images). The JPEG data is simply \
15                        "wrapped" with PostScript which yields considerably \
16                        to smaller PS files.
17
18master_sites            http://www.pdflib.com/fileadmin/pdflib/products/more/jpeg2ps/
19checksums               md5 e654f6a584435e6717b6c2659c07db28
20
21use_configure           no
22
23destroot.destdir        BINDIR=${destroot}${prefix}/bin \
24                        MANDIR=${destroot}${prefix}/share/man/man1
Note: See TracBrowser for help on using the browser.