aboutsummaryrefslogtreecommitdiff
path: root/security/kedpm
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2006-06-27 05:31:38 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2006-06-27 05:31:38 +0000
commit01f83e2c5db12230734872d8151f52bea18d31ba (patch)
treea175ae9c2b76a7aaed87ce9fc033e4d16853d3bf /security/kedpm
parenta2947a3c3046c49ccbbf894451428bb138fffee4 (diff)
downloadports-01f83e2c5db12230734872d8151f52bea18d31ba.tar.gz
ports-01f83e2c5db12230734872d8151f52bea18d31ba.zip
Notes
Diffstat (limited to 'security/kedpm')
-rw-r--r--security/kedpm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/kedpm/Makefile b/security/kedpm/Makefile
index 2756634df4b8..50b637238079 100644
--- a/security/kedpm/Makefile
+++ b/security/kedpm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kedpm
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kedpm
@@ -20,4 +21,11 @@ USE_GNOME= pygtk2
USE_PYTHON= 2.1+
USE_PYDISTUTILS= YES
+DESKTOP_ENTRIES="Ked Password Manager" \
+ "Secure Password Management" \
+ "${LOCALBASE}/share/${PORTNAME}/glade/logo.png" \
+ "kedpm" \
+ "Application;System;" \
+ true
+
.include <bsd.port.mk>