PortSystem 1.0

name		tkcvs
version		8.2.3
categories	devel
license		GPL-2+
maintainers	nomaintainer
description	Tk-based GUI for CVS
long_description	\
	TkCVS is a Tcl/Tk-based graphical interface to the CVS \
	configuration management system. It displays the status \
	of the files in the current working directory, and provides \
	buttons and menus to execute CVS commands on the selected files. \
	TkDiff is included for browsing and merging your changes.

homepage	http://www.twobarleycorns.net/tkcvs.html
platforms	darwin
supported_archs	noarch
master_sites	sourceforge

checksums           rmd160  62f80f45341fb4c52212b26845fbb64a8e8c133b \
                    sha256  4bfb29dd9ffbbbc1e6e611e1c772af745d742d336e797bf056dbf70116b8e32a \
                    size    570910

depends_run	bin:wish8.5:tk
patchfiles	patch-doinstall.tcl
use_configure	no
build		{}
destroot	{
    system -W ${worksrcpath} "./doinstall.tcl -nox -finallib ${prefix}/lib ${destroot}${prefix}"
}
post-destroot	{
	reinplace "s|exec wish|exec wish8.5|" ${destroot}${prefix}/bin/tkcvs ${destroot}${prefix}/bin/tkdiff
}
# vim: ts=8 sw=8
