cde03b32fb
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@
19 lines
376 B
Makefile
19 lines
376 B
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>
|