freebsd-ports/sysutils/empower/Makefile
Stanislav Sedov 4e6b9d37ad - Update e17 applications suite to the recent snapshot.
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
  preparing the initial version of the update!

PR:		ports/148038
Submitted by:	Grzegorz Blach <magik@roorback.net> (based on)
2010-12-14 07:30:56 +00:00

36 lines
761 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= 20101003
CATEGORIES= sysutils enlightenment
MASTER_SITES= http://files.roorback.net/e17/2010-10-03/extra/
MAINTAINER= stas@FreeBSD.org
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 gnometarget
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>