rpe cde03b32fb - update the existing enlightenment EFL libraries to 1.7.5 and
remove REVISIONs
- bump SO_VERSION of e_dbus to 4.0, because of API changes
- modify license marker for edje, where the epp binary is GPLv2
- add EFL libraries elementary, emotion and ethumb leaving out eeze
  which is based on udev which does not exist in OpenBSD to have a
  complete base for other e17 apps/libs, e.g. terminology
- bump REVISION for x11/e17/e because of new dependencies and remove
  EXTRACT_SUFX, because the distfile is available as tar.gz
- correct LIB_DEPENDS (pkgpaths instead of bogus libversions),
  adjust/simplify LIB_DEPENDS according to the EFL structure and
  regen WANTLIBs accordingly

with feedback and ok ajacoutot@ sthen@
2013-01-27 15:57:29 +00:00

27 lines
483 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/01/27 15:57:29 rpe Exp $
COMMENT = async i/o library
DISTNAME = eio-1.7.5
SHARED_LIBS += eio 1.0 # 8.5
# LGPL v2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += crypto ecore eet eina glib-2.0 jpeg m pcre pthread
WANTLIB += ssl z
MODULES = devel/gettext
LIB_DEPENDS = x11/e17/ecore>=1.7.5v2
USE_LIBTOOL = Yes
CONFIGURE_ARGS = --disable-doc
.include <bsd.port.mk>