aboutsummaryrefslogtreecommitdiffstats
path: root/security/revelation/Makefile
blob: e2972f9fa6c58079b5622eba5c17e088ca966414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    Revelation
# Date created:             2004-08-10
# Whom:                 ports@c0decafe.net
#
# $FreeBSD$
#

PORTNAME=   revelation
PORTVERSION=    0.4.0
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}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto

USE_BZIP2=  yes
USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  pygnome2 gnomeprefix gnomehack desktopfileutils
USE_PYTHON= yes
GCONF_SCHEMAS=  revelation.schemas

post-install:
    -@update-desktop-database

.include <bsd.port.mk>