2006-04-29 17:44:46 +02:00
|
|
|
# New ports collection makefile for: kedpm
|
|
|
|
# Date created: 25 April 2006
|
2006-05-04 21:33:59 +02:00
|
|
|
# Whom: Tim Welch <ports@thepentagon.org>
|
2006-04-29 17:44:46 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kedpm
|
|
|
|
PORTVERSION= 0.4.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 6
|
2006-04-29 17:44:46 +02:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF
|
2006-04-29 17:44:46 +02:00
|
|
|
|
2006-05-04 21:33:59 +02:00
|
|
|
MAINTAINER= ports@thepentagon.org
|
2006-04-29 17:44:46 +02:00
|
|
|
COMMENT= A 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
|
|
|
|
|
2006-06-27 07:31:38 +02:00
|
|
|
DESKTOP_ENTRIES="Ked Password Manager" \
|
|
|
|
"Secure Password Management" \
|
|
|
|
"${LOCALBASE}/share/${PORTNAME}/glade/logo.png" \
|
|
|
|
"kedpm" \
|
|
|
|
"Application;System;" \
|
|
|
|
true
|
|
|
|
|
2006-04-29 17:44:46 +02:00
|
|
|
.include <bsd.port.mk>
|