1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name efl |
---|
7 | version 1.14.0 |
---|
8 | categories efl |
---|
9 | platforms darwin |
---|
10 | license LGPL |
---|
11 | maintainers nomaintainer |
---|
12 | description Enlightenment Foundation Libraries |
---|
13 | long_description The Enlightenment Project covers more than simple window management. It also includes the EFL, or Enlightenment Foundation Libraries: a framework which provides a great deal of functionality. |
---|
14 | homepage http://enlightenment.org/ |
---|
15 | master_sites http://download.enlightenment.org/rel/libs/efl/ |
---|
16 | |
---|
17 | checksums sha256 30a8a239449e0d068a39787b5a4769dd26ddf0476f58f094c85e65b108086269 |
---|
18 | |
---|
19 | depends_lib port:jpeg \ |
---|
20 | port:lua \ |
---|
21 | port:freetype \ |
---|
22 | port:fontconfig \ |
---|
23 | port:fribidi \ |
---|
24 | port:giflib \ |
---|
25 | port:tiff \ |
---|
26 | port:bullet \ |
---|
27 | port:gstreamer1 \ |
---|
28 | port:dbus |
---|
29 | |
---|
30 | configure.args --without-x \ |
---|
31 | --with-x11=none \ |
---|
32 | --enable-cocoa \ |
---|
33 | --disable-pulseaudio \ |
---|
34 | --enable-lua-old \ |
---|
35 | --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba |
---|