blob: 2d90e89d303078e1a1b2fb4d502e463bb8051404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
PORTNAME= e_dbus
DISTVERSION= 1.1.0
PORTEPOCH= 1
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
http://files.roorback.net/e17/2011-12-02/base/
MAINTAINER= gblach@FreeBSD.org
COMMENT= EFL DBUS connectivity library
LICENSE= BSD
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= eina evas ecore libtool_hack librt_hack
USE_EFL_ECORE= evas
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-ehal \
--enable-eukit \
--enable-econnman0_7x \
--enable-eofono \
--enable-enotify \
--disable-ebluez # Linux specific ??
.include <bsd.port.mk>
|