freebsd-ports/devel/e_dbus/Makefile
Grzegorz Blach 273c6e6d76 - Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
  and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage

Reviewed by:	crees, antoine
2014-11-25 03:07:22 +00:00

29 lines
769 B
Makefile

# 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>