Ticket #27267: Portfile

File Portfile, 784 bytes (added by klaus.zimmermann@…, 14 years ago)

Enthought Chaco 3.3.2 Portfile (py26-chaco).

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-chaco
8version             3.3.2
9categories-append   devel
10maintainers         nomaintainer
11description         The Enthought chaco package
12long_description    Chaco is a library for interactive 2D plotting.
13platforms           darwin
14homepage            http://code.enthought.com/projects/chaco/
15master_sites        http://www.enthought.com/repo/ETS/
16distname            Chaco-${version}
17checksums           md5 18bbcc5e06dcfc6f29933d6b44d50a89
18
19depends_build-append port:py26-distribute
20
21depends_lib-append port:py26-numpy \
22    port:py26-enthoughtbase \
23    port:py26-enable