freebsd-ports/devel/ecore/Makefile
Grzegorz Blach a0387acfb6 - Update EFL to 1.7.5
- Change master site to download.enlightenment.fr

Approved by:	tabthorpe (mentor)
2013-01-15 17:01:33 +00:00

36 lines
731 B
Makefile

# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
PORTNAME= ecore
PORTVERSION= 1.7.5
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
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:L} module
.endfor
.include <bsd.port.options.mk>
.for NODE in ${OPTIONS_DEFINE}
. if ${PORT_OPTIONS:M${NODE}}
USE_EFL_ECORE+= ${NODE:L}
. endif
.endfor
do-install:
${DO_NADA}
.include <bsd.port.mk>