# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 78746 2011-05-21 06:22:21Z l2g@macports.org $

PortSystem      1.0

name            dejagnu
version         1.4.4
description     A framework for testing programs
platforms       darwin
categories      devel
maintainers     nomaintainer

long_description \
        DejaGnu is a framework for testing other programs. \
        Its purpose is to provide a single front end for all \
        tests. Think of it as a custom library of Tcl \
        procedures crafted to support writing a test harness. \
        A Test Harness is the testing infrastructure that is \
        created to support a specific program or tool. Each \
        program can have multiple testsuites, all supported \
        by a single test harness.

master_sites    gnu

checksums       md5 053f18fd5d00873de365413cab17a666

configure.args  --mandir=${prefix}/share/man
