2014-01-12 14:58:30 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.54 2014/01/12 14:58:30 naddy Exp $
|
2007-11-30 16:04:37 +00:00
|
|
|
|
2010-01-11 14:59:25 +00:00
|
|
|
COMMENT = the enlightened window manager
|
2011-11-18 12:20:33 +00:00
|
|
|
|
2013-12-06 13:16:45 +00:00
|
|
|
VERSION = 0.17.5
|
2012-11-10 15:06:00 +00:00
|
|
|
DISTNAME = enlightenment-${VERSION}
|
2014-01-12 14:58:30 +00:00
|
|
|
REVISION = 0
|
2012-12-24 13:11:03 +00:00
|
|
|
EPOCH = 1
|
2007-11-30 16:04:37 +00:00
|
|
|
|
|
|
|
# BSD
|
2010-01-11 14:59:25 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2007-11-30 16:04:37 +00:00
|
|
|
|
2012-11-10 15:06:00 +00:00
|
|
|
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
2011-01-16 12:34:42 +00:00
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xss Xtst c cares crypto
|
2013-01-27 15:57:29 +00:00
|
|
|
WANTLIB += curl dbus-1 ecore ecore_con ecore_evas ecore_file ecore_imf
|
|
|
|
WANTLIB += ecore_imf_evas ecore_input ecore_input_evas ecore_ipc
|
|
|
|
WANTLIB += ecore_x edbus edje eet efreet efreet_mime efreet_trash
|
|
|
|
WANTLIB += ehal eina eio elementary embryo emotion enotify ethumb
|
2013-12-06 13:16:45 +00:00
|
|
|
WANTLIB += ethumb_client eukit evas execinfo exif expat fontconfig
|
|
|
|
WANTLIB += freetype graphite2 fribidi glib-2.0 harfbuzz
|
2013-05-31 15:34:39 +00:00
|
|
|
WANTLIB += idn jpeg m pcre pthread pthread-stubs
|
2013-01-27 15:57:29 +00:00
|
|
|
WANTLIB += ssl xcb xcb-keysyms xcb-shape z ${MODLUA_WANTLIB}
|
2012-11-10 15:06:00 +00:00
|
|
|
|
2013-05-09 17:03:55 +00:00
|
|
|
MODULES += devel/gettext \
|
|
|
|
lang/lua \
|
|
|
|
x11/e17
|
|
|
|
|
|
|
|
MODE17_DESKTOP_FILE = Yes
|
|
|
|
MODE17_PURGE_LA = lib/enlightenment/modules
|
|
|
|
|
2013-12-06 13:16:45 +00:00
|
|
|
LIB_DEPENDS = x11/e17/elementary>=1.7.9 \
|
2011-01-16 01:00:11 +00:00
|
|
|
devel/libexecinfo
|
2010-01-11 14:59:25 +00:00
|
|
|
|
2011-01-16 01:00:11 +00:00
|
|
|
CONFIGURE_ARGS += --disable-doc \
|
|
|
|
--disable-nls
|
|
|
|
|
|
|
|
CONFIGURE_ENV += CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2010-01-11 14:59:25 +00:00
|
|
|
|
|
|
|
# Stupid crap in /src/modules/illume/dicts chokes in regular make.
|
|
|
|
# Some issue with the "(US)" bit
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
2007-11-30 16:04:37 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/enlightenment
|
|
|
|
mv ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|