Ticket #3219: Portfile

File Portfile, 846 bytes (added by Christian.Queinnec@…, 19 years ago)

Portfile for TkPasMan 2.2a

Line 
1#  $Id: Portfile,v 1.4 2005/05/28 07:59:33 queinnec Exp $
2
3PortSystem  1.0
4
5name        TkPasMan
6version     2.2a
7categories  x11 security
8maintainers christian.queinnec@lip6.fr
9platforms   darwin
10description Manager for usernames and passwords
11long_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.
17homepage     http://www.xs4all.nl/~wbsoft/linux/tkpasman.html
18master_sites http://www.xs4all.nl/~wbsoft/linux/projects/
19checksums    md5 6e039dfedb2de63cc2c5761041ec55ab
20
21depends_lib   bin:wish:tk
22configure     {}
23build.target
24destroot.args BINDIR=${destroot}${prefix}/bin
25
26#end of Portfile