openbsd-ports/x11/e17/e_dbus/Makefile

36 lines
777 B
Makefile
Raw Normal View History

2011-01-16 06:38:38 -05:00
# $OpenBSD: Makefile,v 1.8 2011/01/16 11:38:38 jasper Exp $
COMMENT = enlightenment DBus component
DISTNAME = e_dbus-1.0.0.beta2
2011-01-16 06:38:38 -05:00
REVISION = 0
EPOCH = 0
SO_VERSION = 1.0
.for _lib in edbus enotify econnman ehal eofono ebluez eukit
SHARED_LIBS += ${_lib} ${SO_VERSION}
.endfor
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
USE_LIBTOOL = Yes
2011-01-16 06:38:38 -05:00
WANTLIB += c crypto dbus-1 ecore eet eina evas expat fontconfig
WANTLIB += freetype glib-2.0 jpeg m pcre pthread ssl z
MODULES = devel/gettext
2010-11-22 03:36:47 -05:00
LIB_DEPENDS = x11/dbus \
x11/e17/ecore>=1.0
CONFIGURE_ARGS = --disable-doc
CONFIGURE_ENV = CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
.include <bsd.port.mk>