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
|
2013-01-23 16:00:18 +01:00
|
|
|
PORTREVISION= 8
|
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
|
2013-01-23 00:13:41 +01:00
|
|
|
COMMENT= Simple application for managing personal data
|
2006-04-29 17:44:46 +02:00
|
|
|
|
|
|
|
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" \
|
2013-01-23 00:13:41 +01:00
|
|
|
"${PREFIX}/share/${PORTNAME}/glade/logo.png" \
|
2006-06-27 07:31:38 +02:00
|
|
|
"kedpm" \
|
2013-01-23 00:13:41 +01:00
|
|
|
"" \
|
2006-06-27 07:31:38 +02:00
|
|
|
true
|
|
|
|
|
2006-04-29 17:44:46 +02:00
|
|
|
.include <bsd.port.mk>
|