aboutsummaryrefslogtreecommitdiffstats
path: root/security/kedpm/Makefile
blob: 5bbd928763366dd939e633694c42929e2229ff16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    kedpm
# Date created:             25 April 2006
# Whom:                 Tim Welch <ports@thepentagon.org>
#
# $FreeBSD$
#

PORTNAME=   kedpm
PORTVERSION=    0.4.0
PORTREVISION=   8
CATEGORIES= security
MASTER_SITES=   SF

MAINTAINER= ports@thepentagon.org
COMMENT=    Simple application for managing personal data

RUN_DEPENDS=    ${PYTHONPREFIX_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto

USE_GNOME=  pygtk2
USE_PYTHON= 2.1+
USE_PYDISTUTILS=    YES

DESKTOP_ENTRIES="Ked Password Manager" \
        "Secure Password Management" \
        "${PREFIX}/share/${PORTNAME}/glade/logo.png" \
        "kedpm" \
        "" \
        true

.include <bsd.port.mk>