2013-02-03 07:09:27 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2013/02/03 12:09:27 rpe Exp $
|
2013-01-27 10:52:16 -05:00
|
|
|
|
|
|
|
COMMENT = video (and audio) codec playback library
|
|
|
|
DISTNAME = emotion-1.7.5
|
2013-02-03 07:09:27 -05:00
|
|
|
REVISION = 1
|
2013-01-27 10:52:16 -05:00
|
|
|
|
|
|
|
SHARED_LIBS += emotion 0.0 # 8.5
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
|
|
WANTLIB += Xrandr Xrender Xss Xtst c cares crypto curl ecore ecore_con
|
|
|
|
WANTLIB += ecore_evas ecore_file ecore_imf ecore_imf_evas ecore_input
|
|
|
|
WANTLIB += ecore_input_evas ecore_ipc ecore_x edje eet eina eio
|
|
|
|
WANTLIB += embryo evas expat ffi fontconfig freetype fribidi glib-2.0
|
|
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gstbase-0.10 gstinterfaces-0.10
|
|
|
|
WANTLIB += gstreamer-0.10 gstvideo-0.10 gthread-2.0 harfbuzz icudata
|
|
|
|
WANTLIB += icule icuuc idn jpeg m orc-0.4 pcre pthread ssl xcb
|
|
|
|
WANTLIB += xml2 z ${MODLUA_WANTLIB}
|
|
|
|
|
|
|
|
MODULES = devel/gettext \
|
2013-02-03 07:09:27 -05:00
|
|
|
lang/lua \
|
|
|
|
x11/e17
|
|
|
|
|
|
|
|
MODE17_PURGE_LA = lib/edje/modules/emotion
|
2013-01-27 10:52:16 -05:00
|
|
|
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
|
|
|
|
LIB_DEPENDS = devel/orc \
|
|
|
|
multimedia/gstreamer-0.10/plugins-base \
|
|
|
|
x11/e17/ecore>=1.7.5v2 \
|
|
|
|
x11/e17/edje>=1.7.5v2 \
|
|
|
|
x11/e17/embryo>=1.7.5v2
|
|
|
|
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += --disable-doc
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|