# Created by: Stanislav Sedov # $FreeBSD: head/devel/ecore/Makefile 367888 2014-09-10 20:50:31Z gerald $ PORTNAME= ecore PORTVERSION= 1.7.9 PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel enlightenment MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none MAINTAINER= gblach@FreeBSD.org COMMENT= Enlightenment core abstraction library (meta port) NO_BUILD= yes NO_INSTALL= yes NO_MTREE= yes USE_EFL= ecore OPTIONS_DEFINE= CON EVAS FILE IMF IMF_EVAS INPUT INPUT_EVAS IPC SDL X11 OPTIONS_DEFAULT=CON EVAS FILE IMF IMF_EVAS INPUT INPUT_EVAS IPC X11 .for NODE in ${OPTIONS_DEFINE} ${NODE}_DESC= Install ${NODE:tl} module .endfor .for NODE in ${OPTIONS_DEFINE} ${NODE}_USE= EFL_ECORE=${NODE:tl} .endfor .include