Edit

IABSD.fr/ports/x11/e17/Makefile

Branch :

  • Show log

    Commit

  • Author : rpe
    Date : 2013-01-27 15:57:29
    Hash : cde03b32
    Message : - 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@

  • x11/e17/Makefile
  • # $OpenBSD: Makefile,v 1.9 2013/01/27 15:57:29 rpe Exp $
    
         SUBDIR =
         SUBDIR += e
         SUBDIR += ecore
         SUBDIR += e_dbus
         SUBDIR += edje
         SUBDIR += eet
         SUBDIR += efreet
         SUBDIR += eina
         SUBDIR += eio
         SUBDIR += elementary
         SUBDIR += embryo
         SUBDIR += emotion
         SUBDIR += ethumb
         SUBDIR += evas
    
    .include <bsd.port.subdir.mk>