summaryrefslogtreecommitdiffstats
path: root/security/revelation/Makefile
blob: 25880345e40418b7156e326893ad21257fbe2881 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Created by: ports@c0decafe.net
# $FreeBSD$

PORTNAME=	revelation
PORTVERSION=	0.4.14
CATEGORIES=	security gnome
MASTER_SITES=	http://cdn.bitbucket.org/erikg/revelation/downloads/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Password manager for the GNOME 2 desktop

LICENSE=	GPLv2

FETCH_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/security/cracklib:patch
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \
		${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
LIB_DEPENDS=	crack:${PORTSDIR}/security/cracklib
RUN_DEPENDS:=	${BULID_DEPENDS}

OPTIONS_DEFINE=	APPLET
APPLET_DESC=	Build with applet

USE_BZIP2=	yes
USES=		pathfix pkgconfig
USE_GNOME=	desktopfileutils gnomeprefix pygnome2
USE_PYTHON=	yes
USE_GETTEXT=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes
MAKE_JOBS_SAFE=	yes

GCONF_SCHEMAS=	revelation.schemas

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

DICTPATH=	${LOCALBASE}/libdata/cracklib/pw_dict

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MAPPLET}
USE_GNOME+=	pygnomedesktop pygnomeextras
CONFIGURE_ARGS+=	--with-applet
GCONF_SCHEMAS+=	revelation-applet.schemas
PLIST_SUB+=	APPLET=""
.else
PLIST_SUB+=	APPLET="@comment "
.endif

.include <bsd.port.pre.mk>

CRACK_WRKSRC=	$$(cd ${PORTSDIR}/security/cracklib && ${MAKE} -V WRKSRC)	

post-patch:
	@${REINPLACE_CMD} -e \
		's|^#!.*|#!${SETENV} python|' ${WRKSRC}/src/revelation.py
	@${REINPLACE_CMD} -e \
		'/FascistCheck/s|(password)|(password, "${DICTPATH}")|' \
		${WRKSRC}/src/lib/util.py

post-build:
	@(cd ${CRACK_WRKSRC}/python && ${CC} -shared -fPIC \
		-I${PYTHON_INCLUDEDIR} -I${LOCALBASE}/include ${CFLAGS} \
		-o _cracklib.so _cracklib.c -L${LOCALBASE}/lib -lcrack -lz)
	@${PYTHON_CMD} -m compileall ${CRACK_WRKSRC}/python
	@${PYTHON_CMD} -O -m compileall ${CRACK_WRKSRC}/python

post-install:
	(cd ${CRACK_WRKSRC}/python && ${INSTALL_DATA} \
		_cracklib.so cracklib.py* \
		${PYTHONPREFIX_SITELIBDIR}/revelation)

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud