summaryrefslogblamecommitdiff
path: root/devel/e_dbus/Makefile
blob: 2ec9797eac777b2e33563f8d6ae372d4d031902a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
           

                      
                      

                                   
                                                           
 
                                         

                                             
                          
 

                                                   
 
                             
                   
                                                   
                   
                             
 



                                                                          
 
                      
# 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=	enlightenment@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>