# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name evas epoch 2 version 1.7.8 revision 1 categories devel x11 platforms darwin maintainers ryandesign openmaintainer license BSD description Evas is a hardware-accelerated canvas API for X11. long_description Evas is a hardware-accelerated canvas API for \ X-Windows that can draw anti-aliased text, smooth \ super and sub-sampled images, alpha-blend, as well \ as drop down to using normal X11 primitives such as \ pixmaps, lines and rectangles for speed if your CPU \ or graphics hardware are too slow. checksums rmd160 b8044a235a6b49194e5d43cff7ef7a225bef9748 \ sha256 3825639626af635d6402658cfc0a6174ab92c543136394f97132ac05bf9df061 homepage http://trac.enlightenment.org/e/wiki/Evas master_sites http://download.enlightenment.org/releases/ use_bzip2 yes depends_build port:pkgconfig \ port:mesa depends_lib port:eet \ port:fribidi \ port:libpng \ port:librsvg \ port:tiff \ path:include/gif_lib.h:giflib configure.args --disable-doc \ --disable-silent-rules \ --enable-buffer # http://trac.enlightenment.org/e/ticket/503 # --enable-gl-x11 use_parallel_build yes # http://trac.enlightenment.org/e/ticket/942 if {[lsearch [get_canonical_archs] i386] != -1} { compiler.blacklist-append llvm-gcc-4.2 macports-llvm-gcc-4.2 gcc-4.2 apple-gcc-4.2 } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9a-z.\]+)${extract.suffix}