# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem  1.0

name        TkPasMan
version     2.2a
categories  x11 security
maintainers lip6.fr:christian.queinnec
platforms   darwin
description Manager for usernames and passwords
long_description \
    TkPasMan is a simple program that lets you store usernames \
    and passwords for access to forums, mailing lists, and other \
    websites. It is inspired by gpasman, but has more `paste' \
    possibilities. For example, you can just paste username and \
    then password behind it.
homepage     http://www.xs4all.nl/~wbsoft/linux/tkpasman.html
master_sites http://www.xs4all.nl/~wbsoft/linux/projects/
checksums    md5 6e039dfedb2de63cc2c5761041ec55ab

depends_lib   bin:wish:tk
use_configure no
build.target
destroot.args BINDIR=${destroot}${prefix}/bin
post-destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL README TODO \
		WARNING ${destroot}${prefix}/share/doc/${name}
}
