a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
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
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}
}