1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/empower/Makefile
2012-06-01 05:26:28 +00:00

38 lines
767 B
Makefile

# New ports collection makefile for: empower
# Date created: 2006-08-14
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD$
#
PORTNAME= empower
PORTVERSION= 20110129
PORTREVISION= 1
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>