Ticket #17073: Portfile

File Portfile, 1.2 KB (added by andrea.damore@…, 16 years ago)
Line 
1# $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp@macports.org $
2PortSystem 1.0
3name            evas
4version         0.9.9.050
5description     Evas is a hardware-accelerated canvas API for X11.
6long_description        Evas is a hardware-accelerated canvas API for X-Windows \
7                        that can draw anti-aliased text, smooth super and sub-sampled \
8                        images, alpha-blend, as well as drop down to using normal X11 \
9                        primitives such as pixmaps, lines and rectangles for speed if \
10                        your CPU or graphics hardware are too slow.
11maintainers     nomaintainer
12categories      devel x11
13platforms       darwin
14homepage        http://www.enlightenment.org
15master_sites    http://download.enlightenment.org/snapshots/LATEST/
16checksums           md5     7c206a8caecdb6aa10f779e9239f9eb7 \
17                    sha1    60f236cb748b5a837d178606716447a175bdfd2f \
18                    rmd160  92b73be9a6e1bd610b080f299af0877d33ace7a6
19depends_lib     port:eet port:glitz port:cairo \
20                port:tiff port:imlib2 port:libungif
21configure.cppflags-append       "-I${x11prefix}/include"
22configure.args  --mandir=${prefix}/share/man --enable-glitz-x11 \
23                --enable-gl-x11 --enable-buffer
24
25variant with_svg {
26        depends_lib-append      port:librsvg
27}