1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-03-25 08:09:43 +00:00
parent bc8fdaf442
commit 6afc01fa09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349111

View File

@ -13,6 +13,8 @@ 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
@ -22,16 +24,8 @@ OPTIONS_DEFAULT=CON EVAS FILE IMF IMF_EVAS INPUT INPUT_EVAS IPC X11
${NODE}_DESC= Install ${NODE:L} module
.endfor
NO_STAGE= yes
.include <bsd.port.options.mk>
.for NODE in ${OPTIONS_DEFINE}
. if ${PORT_OPTIONS:M${NODE}}
USE_EFL_ECORE+= ${NODE:L}
. endif
${NODE}_USE= EFL_ECORE=${NODE:L}
.endfor
do-install:
${DO_NADA}
.include <bsd.port.mk>