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-11-07 17:00:45 +01:00
|
|
|
PORTVERSION= 1.7.9
|
2010-12-14 08:30:56 +01:00
|
|
|
PORTEPOCH= 1
|
|
|
|
CATEGORIES= devel enlightenment
|
2013-10-25 21:58:18 +02:00
|
|
|
MASTER_SITES= http://download.enlightenment.org/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
|
|
|
|
|
2013-09-30 00:17:22 +02:00
|
|
|
LIB_DEPENDS= libdbus-1.so:${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-09-02 23:32:23 +02:00
|
|
|
USES= pathfix pkgconfig
|
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>
|