aboutsummaryrefslogtreecommitdiffstats
path: root/devel/e_dbus/Makefile
blob: f5db9e492e6a64d67cc8d14bdb645f8c754fdf70 (plain) (blame)
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
PORTVERSION=    1.7.8
PORTEPOCH=  1
CATEGORIES= devel enlightenment
MASTER_SITES=   http://download.enlightenment.fr/releases/ \
        LOCAL/gblach/e17/

MAINTAINER= gblach@FreeBSD.org
COMMENT=    EFL DBUS connectivity library

LICENSE=    BSD

LIB_DEPENDS=    libdbus-1.so:${PORTSDIR}/devel/dbus

DIST_SUBDIR=    e17
USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USES=       pathfix pkgconfig
USE_EFL=    eina evas ecore libtool_hack librt_hack
USE_EFL_ECORE=  evas
USE_LDCONFIG=   yes

CONFIGURE_ARGS= --enable-ehal \
        --enable-eukit \
        --enable-enotify \
        --disable-econnman0_7x \
        --disable-eofono \
        --disable-ebluez

.include <bsd.port.mk>