| 1 | # -*- coding: utf-8; |
|---|
| 2 | # $Id$ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name djview |
|---|
| 7 | version 4.4 |
|---|
| 8 | categories aqua graphics www |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers nomaintainer |
|---|
| 11 | |
|---|
| 12 | description DjVu files viewer. |
|---|
| 13 | long_description DjVu can advantageously replace PDF, PS, TIFF,JPEG, and GIF for \ |
|---|
| 14 | distributing scanned documents, digital documents, or high-resolution \ |
|---|
| 15 | pictures. DjVu content downloads faster, displays and renders faster, \ |
|---|
| 16 | looks nicer on a screen and consume less client resources than competing \ |
|---|
| 17 | formats. |
|---|
| 18 | |
|---|
| 19 | homepage http://djvu.sourceforge.net/ |
|---|
| 20 | master_sites sourceforge:djvu |
|---|
| 21 | distname ${name}4-${version} |
|---|
| 22 | checksums md5 466225c5546aed90008d612cdb490a4e |
|---|
| 23 | use_parallel_build yes |
|---|
| 24 | |
|---|
| 25 | depends_lib port:djvulibre \ |
|---|
| 26 | port:pkgconfig \ |
|---|
| 27 | port:qt4-mac |
|---|
| 28 | |
|---|
| 29 | configure.args --disable-nsdejavu \ |
|---|
| 30 | --disable-desktopfiles \ |
|---|
| 31 | QMAKESPEC=macx-g++ |
|---|
| 32 | |
|---|
| 33 | destroot { |
|---|
| 34 | xinstall -m 755 -d ${destroot}${applications_dir} |
|---|
| 35 | copy ${worksrcpath}/src/djview.app ${destroot}${applications_dir} |
|---|
| 36 | } |
|---|