2012-11-04 14:05:04 +01:00
|
|
|
# Created by: Stanislav Sedov <stas@FreeBSD.org>
|
2008-03-11 22:13:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= e_dbus
|
2013-05-18 21:36:31 +02:00
|
|
|
PORTVERSION= 1.7.7
|
2010-12-14 08:30:56 +01:00
|
|
|
PORTEPOCH= 1
|
|
|
|
CATEGORIES= devel enlightenment
|
2013-01-15 18:01:33 +01:00
|
|
|
MASTER_SITES= http://download.enlightenment.fr/releases/ \
|
2012-12-22 21:54:59 +01:00
|
|
|
LOCAL/gblach/e17/
|
2008-03-11 22:13:53 +01:00
|
|
|
|
2012-11-04 14:05:04 +01:00
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
2008-03-11 22:13:53 +01:00
|
|
|
COMMENT= EFL DBUS connectivity library
|
|
|
|
|
2012-06-26 19:36:30 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2012-12-22 21:54:59 +01:00
|
|
|
LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus
|
2008-03-11 22:13:53 +01:00
|
|
|
|
2010-12-14 08:30:56 +01:00
|
|
|
DIST_SUBDIR= e17
|
2008-03-11 22:13:53 +01:00
|
|
|
USE_BZIP2= yes
|
2010-12-14 08:30:56 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-04-22 22:35:19 +02:00
|
|
|
USES= pathfix
|
2012-06-26 19:36:30 +02:00
|
|
|
USE_EFL= eina evas ecore libtool_hack librt_hack
|
|
|
|
USE_EFL_ECORE= evas
|
2008-03-11 22:13:53 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2012-06-26 19:36:30 +02:00
|
|
|
CONFIGURE_ARGS= --enable-ehal \
|
|
|
|
--enable-eukit \
|
|
|
|
--enable-enotify \
|
2012-12-22 21:54:59 +01:00
|
|
|
--disable-econnman0_7x \
|
|
|
|
--disable-eofono \
|
|
|
|
--disable-ebluez
|
2008-03-11 22:13:53 +01:00
|
|
|
|
2012-06-26 19:36:30 +02:00
|
|
|
.include <bsd.port.mk>
|