blob: fa8c7207bd774800ef98bb94c8c9e97b495fc0f5 (
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
30
31
32
33
34
35
36
|
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= empower
PORTVERSION= 20111128
CATEGORIES= sysutils enlightenment
MASTER_SITES= http://files.roorback.net/e17/extra/
MAINTAINER= gblach@FreeBSD.org
COMMENT= A graphical sudo tool based on the EFL
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
BROKEN= Does not build
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_EFL= evas ecore edje elementary
USE_EFL_ECORE= file imf evas
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>
|