1 | # $Id: Portfile,v 1.4 2005/05/28 07:59:33 queinnec Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name TkPasMan |
---|
6 | version 2.2a |
---|
7 | categories x11 security |
---|
8 | maintainers christian.queinnec@lip6.fr |
---|
9 | platforms darwin |
---|
10 | description Manager for usernames and passwords |
---|
11 | long_description \ |
---|
12 | TkPasMan is a simple program that lets you store usernames \ |
---|
13 | and passwords for access to forums, mailing lists, and other \ |
---|
14 | websites. It is inspired by gpasman, but has more `paste' \ |
---|
15 | possibilities. For example, you can just paste username and \ |
---|
16 | then password behind it. |
---|
17 | homepage http://www.xs4all.nl/~wbsoft/linux/tkpasman.html |
---|
18 | master_sites http://www.xs4all.nl/~wbsoft/linux/projects/ |
---|
19 | checksums md5 6e039dfedb2de63cc2c5761041ec55ab |
---|
20 | |
---|
21 | depends_lib bin:wish:tk |
---|
22 | configure {} |
---|
23 | build.target |
---|
24 | destroot.args BINDIR=${destroot}${prefix}/bin |
---|
25 | |
---|
26 | #end of Portfile |
---|