1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/security/revelation/Makefile
Alexey Dokuchaev 76f251a1d1 Fix configure and thus the build.
Approved by:	portmgr (marcus)
2005-03-23 07:13:30 +00:00

31 lines
733 B
Makefile

# 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
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto
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>