aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-25 08:09:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-25 08:09:43 +0000
commit6afc01fa092f7b258aeef8950c02f3dad5695352 (patch)
tree27e7a3699843b48b82a6216d4d0f1d0af1c88f38
parentbc8fdaf4423acc37104d9bd8fc1898bdc998fe99 (diff)
downloadports-6afc01fa092f7b258aeef8950c02f3dad5695352.tar.gz
ports-6afc01fa092f7b258aeef8950c02f3dad5695352.zip
Support stage
Notes
Notes: svn path=/head/; revision=349111
-rw-r--r--devel/ecore/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/ecore/Makefile b/devel/ecore/Makefile
index f7b5a880baae..1590c8e579b1 100644
--- a/devel/ecore/Makefile
+++ b/devel/ecore/Makefile
@@ -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>