openbsd-ports/x11/e17/ethumb/Makefile
2013-03-21 08:45:11 +00:00

34 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.3 2013/03/21 08:48:56 ajacoutot Exp $
COMMENT = EFL thumbnail generation library
DISTNAME = ethumb-1.7.5
SHARED_LIBS += ethumb 0.0 # 8.5
SHARED_LIBS += ethumb_client 0.0 # 8.5
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender Xss Xtst c cares crypto curl dbus-1
WANTLIB += ecore ecore_con ecore_evas ecore_file ecore_imf ecore_imf_evas
WANTLIB += ecore_input ecore_input_evas ecore_ipc ecore_x edbus
WANTLIB += edje eet eina eio embryo emotion evas exif expat ffi
WANTLIB += fontconfig freetype fribidi glib-2.0 gobject-2.0 gthread-2.0
WANTLIB += harfbuzz iconv icudata icule icuuc idn intl jpeg
WANTLIB += m pcre pthread ssl xcb z ${MODLUA_WANTLIB}
MODULES = devel/gettext \
lang/lua
LIB_DEPENDS = graphics/libexif \
x11/e17/ecore>=1.7.5v2 \
x11/e17/e_dbus>=1.7.5v1 \
x11/e17/edje>=1.7.5v2 \
x11/e17/eet>=1.7.5v2 \
x11/e17/emotion>=1.7.5
CONFIGURE_ARGS += --disable-doc
.include <bsd.port.mk>