1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/security/kedpm/Makefile
2013-01-23 15:00:18 +00:00

31 lines
642 B
Makefile

# 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>