# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup qt4 1.0 name djview version 4.10 categories aqua graphics www license GPL-2+ MIT maintainers nicos openmaintainer platforms darwin description DjVu files viewer. long_description DjVu can advantageously replace PDF, PS, TIFF,JPEG, and GIF for \ distributing scanned documents, digital documents, or high-resolution \ pictures. DjVu content downloads faster, displays and renders faster, \ looks nicer on a screen and consume less client resources than competing \ formats. homepage http://djvu.sourceforge.net/djview4.html master_sites sourceforge:project/djvu/DjView/${version}/ patchfiles patch-makefile-target-fix.diff \ patch-makefile-qmake-workaround.diff checksums rmd160 859dcdbfd43ecf7506786f5658ca12ce6041d83d \ sha256 7caf7ee249edd994092b32a5573f111b2337ec99159083a5cf1a20432633ba7f depends_lib-append \ port:djvulibre universal_variant yes configure.ldflags configure.args \ --disable-nsdejavu \ --disable-desktopfiles \ QMAKESPEC=${qt_mkspecs_dir}/macx-g++ build.args-append V=1 # allow ccache, if specified by the user pre-build { if {[tbool configure.ccache]} { build.post_args "CCACHE=ccache" } } destroot { copy ${worksrcpath}/src/djview.app ${destroot}${applications_dir} } livecheck.name djvu livecheck.distname DjView