2012-11-10 15:01:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2012/11/10 15:01:15 stsp Exp $
|
2007-11-30 16:04:37 +00:00
|
|
|
|
2010-01-11 15:02:07 +00:00
|
|
|
COMMENT = complex graphical design & layout library
|
2012-11-10 15:01:12 +00:00
|
|
|
DISTNAME = edje-1.7.1
|
2010-07-30 06:58:57 +00:00
|
|
|
|
2011-03-15 19:40:04 +00:00
|
|
|
EPOCH = 2
|
2009-08-11 08:38:41 +00:00
|
|
|
|
2012-11-10 15:01:12 +00:00
|
|
|
SHARED_LIBS += edje 2.0 # 8.1
|
2007-11-30 16:04:37 +00:00
|
|
|
|
|
|
|
# BSD
|
2010-01-11 15:02:07 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2007-11-30 16:04:37 +00:00
|
|
|
|
2011-11-18 12:20:33 +00:00
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
2011-01-16 00:45:56 +00:00
|
|
|
WANTLIB += Xrandr Xrender Xss Xtst c cares crypto curl ecore ecore_con
|
2012-11-10 15:01:12 +00:00
|
|
|
WANTLIB += ecore_evas ecore_file ecore_imf ecore_imf_evas ecore_ipc ecore_input
|
|
|
|
WANTLIB += ecore_input_evas ecore_x eet eina eio embryo evas expat ffi
|
|
|
|
WANTLIB += fontconfig freetype fribidi glib-2.0 gobject-2.0 gthread-2.0
|
|
|
|
WANTLIB += harfbuzz idn icudata icule icuuc jpeg m pcre pthread
|
2012-08-20 02:49:55 +00:00
|
|
|
WANTLIB += ssl xcb z ${MODLUA_WANTLIB}
|
2007-11-30 16:04:37 +00:00
|
|
|
|
2011-01-16 11:49:39 +00:00
|
|
|
MODULES = devel/gettext \
|
|
|
|
lang/lua
|
2010-01-11 15:02:07 +00:00
|
|
|
|
|
|
|
USE_LIBTOOL = Yes
|
2007-11-30 16:04:37 +00:00
|
|
|
|
2011-01-16 11:49:39 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= misc/shared-mime-info>=0.21
|
|
|
|
|
2012-11-10 15:01:12 +00:00
|
|
|
LIB_DEPENDS += x11/e17/ecore>=2.0 \
|
|
|
|
x11/e17/embryo>=2.0 \
|
|
|
|
x11/e17/eio \
|
2012-05-15 19:38:01 +00:00
|
|
|
${MODLUA_LIB_DEPENDS} \
|
2011-11-18 12:20:33 +00:00
|
|
|
devel/fribidi
|
2007-11-30 16:04:37 +00:00
|
|
|
|
2010-01-15 08:38:01 +00:00
|
|
|
CONFIGURE_ARGS += --disable-doc
|
2011-01-16 00:45:56 +00:00
|
|
|
# perf ?
|
|
|
|
# --enable-amalgamation
|
|
|
|
# --enable-edje-program-cache
|
|
|
|
# don't use floating point, for architectures without FPU
|
|
|
|
# --enable-fixed-point
|
2010-01-15 08:38:01 +00:00
|
|
|
|
2007-11-30 16:04:37 +00:00
|
|
|
.include <bsd.port.mk>
|