Ticket #27266: Portfile

File Portfile, 1.1 KB (added by klaus.zimmermann@…, 14 years ago)

py26-enable Portfile (depends on patches)

Line 
1# -*- 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
2# $Id: $
3
4PortSystem      1.0
5PortGroup       python26 1.0
6
7name                py26-enable
8version             3.3.2
9categories-append   devel
10maintainers         nomaintainer
11description         The Enthought enable package
12long_description    Enable is a 2D canvas library.
13platforms           darwin
14homepage            http://code.enthought.com/projects/enable/
15master_sites        http://www.enthought.com/repo/ETS/
16distname            Enable-${version}
17checksums           md5 54e93cf67a8baa2cd36dd1741adbcf11
18
19depends_build-append port:py26-distribute \
20    port:swig-python \
21    port:py26-cython
22
23depends_lib-append port:py26-scipy \
24    port:py26-enthoughtbase \
25    port:py26-wxpython \
26    port:py26-traitsgui
27
28universal_variant no
29
30variant gtk conflicts carbon {
31    patchfiles-append patch-enthought-kiva-setup.py.diff \
32        patch-enthought-kiva-backend_wx.py.diff \
33        patch-enthought-enable-wx_backend-api.py.diff \
34        patch-enthought-kiva-agg-setup.py.diff
35}
36
37variant carbon conflicts gtk {
38}
39
40default_variants +gtk
41