blob: 4aa8388c105bdfd1465c3b410912b12ed444e923 (
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
|
# New ports collection makefile for: empower
# Date created: 2006-08-14
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD$
#
PORTNAME= empower
PORTVERSION= 20110129
CATEGORIES= sysutils enlightenment
MASTER_SITES= http://files.roorback.net/e17/2011-01-29/extra/
MAINTAINER= magik@roorback.net
COMMENT= A graphical sudo tool based on the EFL
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= evas ecore edje elementary
USE_EFL_ECORE= file imf evas
USE_GNOME= gnomehack pkgconfig
USE_GMAKE= yes
USE_LDCONFIG= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>
|