freebsd-ports/security/revelation/Makefile
Joe Marcus Clarke b16ba3c223 Add revelation, a password manager for the GNOME 2 desktop. It stores all
your account and passwords in a single, secure, place, and give you access
to them all through a user-friendly graphical interface.

PR:		70653
Submitted by:	ports@c0decafe.net <ports@c0decafe.net>
2004-08-19 18:49:02 +00:00

32 lines
796 B
Makefile

# New ports collection makefile for: revelation
# Date created: 2004-08-10
# Whom: ports@c0decafe.net
#
# $FreeBSD$
#
PORTNAME= revelation
PORTVERSION= 0.3.2
CATEGORIES= security gnome
MASTER_SITES= ftp://oss.codepoet.no/revelation/
MAINTAINER= ports@c0decafe.net
COMMENT= Password manager for the GNOME 2 desktop
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2\
${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= pygnome2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} 's#share/#share/gnome/#g' \
${WRKSRC}/setup.py ${WRKSRC}/src/lib/__init__.py
@${REINPLACE_CMD} 's#sys\.prefix#"${PREFIX}"#g' \
${WRKSRC}/src/lib/__init__.py
.include <bsd.port.mk>