# -*- 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 69626 2010-07-11 10:47:11Z ryandesign@macports.org $

PortSystem              1.0

name                    atf
version                 0.10
categories              devel
platforms               darwin
maintainers             gmail.com:rambiusparkisanius
description             The Automated Testing Framework
long_description        The Automated Testing Framework (ATF) is a collection of \
                        libraries and utilities designed to ease unattended \
                        application testing in the hands of developers and \
                        end users of a specific piece of software.

homepage                http://www.netbsd.org/~jmmv/atf/
master_sites            http://ftp.netbsd.org/pub/NetBSD/misc/jmmv/atf/${version}/

checksums               md5     72160cf5e983c7b029168f2c236cc2e7 \
                        sha1    f3d1a689204c69dc40211d2ecce0eb4f09f8ad75 \
                        rmd160  2f0e2e499b87090f81a15f8f756cc48b1e8b9486

depends_lib             port:xmlcatmgr

destroot.args           testsdir=${prefix}/share/${name}/tests
