2006-10-08 13:48:37 +00:00
|
|
|
# New ports collection makefile for: empower
|
|
|
|
# Date created: 2006-08-14
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $MBSDlabs$
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= empower
|
2008-03-11 21:13:53 +00:00
|
|
|
PORTVERSION= 20080223
|
2010-02-05 11:46:55 +00:00
|
|
|
PORTREVISION= 3
|
2006-10-08 13:48:37 +00:00
|
|
|
CATEGORIES= sysutils
|
2007-03-11 08:51:14 +00:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
2006-10-08 13:48:37 +00:00
|
|
|
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
COMMENT= A graphical sudo tool based on the EFL
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
2008-03-11 21:13:53 +00:00
|
|
|
USE_EFL= evas ecore edje ewl etk
|
2006-10-08 13:48:37 +00:00
|
|
|
WANT_EFL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2008-03-11 21:13:53 +00:00
|
|
|
PLIST_FILES= bin/empower \
|
|
|
|
bin/empower-askpass
|
2006-10-08 13:48:37 +00:00
|
|
|
|
2008-03-11 21:13:53 +00:00
|
|
|
.include <bsd.port.mk>
|