090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
31 lines
716 B
Makefile
31 lines
716 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= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= kedpm
|
|
|
|
MAINTAINER= ports@thepentagon.org
|
|
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
|
|
|
|
DESKTOP_ENTRIES="Ked Password Manager" \
|
|
"Secure Password Management" \
|
|
"${LOCALBASE}/share/${PORTNAME}/glade/logo.png" \
|
|
"kedpm" \
|
|
"Application;System;" \
|
|
true
|
|
|
|
.include <bsd.port.mk>
|