2006-10-08 15:48:37 +02: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 22:13:53 +01:00
|
|
|
PORTVERSION= 20080223
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
2006-10-08 15:48:37 +02:00
|
|
|
CATEGORIES= sysutils
|
2007-03-11 09:51:14 +01:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
2006-10-08 15:48:37 +02: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 22:13:53 +01:00
|
|
|
USE_EFL= evas ecore edje ewl etk
|
2006-10-08 15:48:37 +02:00
|
|
|
WANT_EFL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2008-03-11 22:13:53 +01:00
|
|
|
PLIST_FILES= bin/empower \
|
|
|
|
bin/empower-askpass
|
2006-10-08 15:48:37 +02:00
|
|
|
|
2008-03-11 22:13:53 +01:00
|
|
|
.include <bsd.port.mk>
|