1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/ecore/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

33 lines
689 B
Makefile

# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
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 <bsd.port.mk>