# -*- 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: Portfile 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem	1.0
PortGroup	python25 1.0

name                py25-apptools
version             3.2.0
categories-append   devel
maintainers         vcn.com:jjstickel openmaintainer 
description         The Enthought apptools package
long_description    The Enthought Tool Suite includes a set of packages\
    that we have found useful in creating a number of applications.\
    They implement functionality that is commonly needed by many applications.\
    These packages are distributed together as the AppTools project.
platforms           darwin
homepage            http://code.enthought.com/projects/app_tools.php
master_sites        http://www.enthought.com/repo/ETS/
distname            AppTools-${version}
checksums           md5 8aa64f9e04f3cdcdaab91d73a9790928

depends_build-append  port:py25-distribute

depends_lib-append  port:py25-configobj\
    port:py25-numpy\
    port:py25-envisagecore\
    port:py25-traitsgui

patchfiles          changeset_r24035.diff
patch.pre_args      -p3
