#  $Id: Portfile,v 1.1 2005/06/01 22:31:13 mww Exp $

PortSystem  1.0

name        TkPasMan
version     2.2a
categories  x11 security
maintainers christian.queinnec@lip6.fr
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
configure     {}
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}
}
