summaryrefslogtreecommitdiff
path: root/devel/e_dbus/Makefile
blob: ede09db6bd0c839400fac3c9c7218bca55a29fe8 (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
# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$

PORTNAME=	e_dbus
PORTVERSION=	1.7.10
PORTEPOCH=	1
CATEGORIES=	devel enlightenment
MASTER_SITES=	http://download.enlightenment.org/releases/

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

LICENSE=	BSD2CLAUSE

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

DIST_SUBDIR=	enlightenment
GNU_CONFIGURE=	yes
USES=		libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

CONFIGURE_ARGS=	--enable-ehal --disable-enotify --disable-eukit \
		--disable-econnman0_7x --disable-eofono --disable-ebluez \
		--disable-edbus-test --disable-edbus-test-client \
		--disable-edbus-async-test --disable-static

.include <bsd.port.mk>