freebsd-ports/sysutils/empower/Makefile
Grzegorz Blach 2d250bb95e - Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG

Approved by:	crees (mentor)
2012-12-22 20:54:59 +00:00

36 lines
739 B
Makefile

# 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>