2005-03-18 13:49:38 +01:00
|
|
|
# New ports collection makefile for: Revelation
|
|
|
|
# Date created: 2004-08-10
|
|
|
|
# Whom: ports@c0decafe.net
|
2004-08-19 20:49:02 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= revelation
|
2007-02-08 23:33:54 +01:00
|
|
|
PORTVERSION= 0.4.11
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 11
|
2004-08-19 20:49:02 +02:00
|
|
|
CATEGORIES= security gnome
|
|
|
|
MASTER_SITES= ftp://oss.codepoet.no/revelation/
|
|
|
|
|
2012-08-14 20:19:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-08-19 20:49:02 +02:00
|
|
|
COMMENT= Password manager for the GNOME 2 desktop
|
|
|
|
|
2005-04-18 18:02:16 +02:00
|
|
|
LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib
|
2010-01-15 12:11:49 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
|
2004-08-19 20:49:02 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-04-18 18:02:16 +02:00
|
|
|
|
2004-08-19 20:49:02 +02:00
|
|
|
USE_BZIP2= yes
|
2005-03-18 13:49:38 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2006-05-03 11:07:10 +02:00
|
|
|
USE_GNOME= pygnome2 pygnomeextras gnomeprefix gnomehack desktopfileutils \
|
|
|
|
pygnomedesktop
|
2004-08-19 20:49:02 +02:00
|
|
|
USE_PYTHON= yes
|
2005-08-31 21:44:17 +02:00
|
|
|
GCONF_SCHEMAS= revelation.schemas revelation-applet.schemas
|
2007-02-08 23:33:54 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_GETTEXT= yes
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_DISPLAY= yes
|
2005-08-31 21:44:17 +02:00
|
|
|
|
2005-04-18 18:02:16 +02:00
|
|
|
post-patch:
|
2007-07-30 11:42:28 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|\(rvl_py_version=\)".*$$|\1""|' \
|
|
|
|
${WRKSRC}/configure
|
2005-04-18 18:02:16 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|\(-Wl\)|$$(LDFLAGS) \1|' \
|
2005-08-31 21:44:17 +02:00
|
|
|
${WRKSRC}/src/wrap/crack/Makefile.in
|
2005-04-18 18:02:16 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|#include <crack.h>||' \
|
2005-08-31 21:44:17 +02:00
|
|
|
${WRKSRC}/src/wrap/crack/crack.c.in
|
2004-08-19 20:49:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|