Portfile

# $Id: Portfile 20171 2006-10-26 23:05:06Z blair@macports.org $

PortSystem 1.0

name kedpm
categories python security x11
version 0.4.1-cvs
platforms darwin
maintainers pmq@macports.org

description Python GTK2 Password Manager
long_description \
Password Manager helps managing large numbers of passwords and \
related information and simplifies the tasks of searching and \
entering password data. KedPM is written in pure python. KedPM \
is written as an extensible framework, which allows users to \
plug in custom password database back-ends and custom user \
interface front-ends. Currently, only the Figaro PM back-end \
supported. To control KedPM user can choose between CLI and GTK2 \
based GUI front-ends.

homepage http://kedpm.sourceforge.net
# master_sites sourceforge
master_sites http://queinnec.org/ports
use_bzip2 yes
checksums sha1 7319b45efced4995d85fba0bceefb5c5f0313852

depends_lib bin:python24:python24 port:py-crypto port:py-gtk2 port:libglade2

use_configure no
# use_build doesn't seem to exist
build {}

destroot.cmd ${prefix}/bin/python setup.py install
destroot.destdir --prefix=${prefix} --root=${destroot}