Ticket #47736: Portfile

File Portfile, 1.2 KB (added by pierre.lamot@…, 9 years ago)
Line 
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
4PortSystem          1.0
5
6name                efl
7version             1.14.0
8categories          efl
9platforms           darwin
10license             LGPL
11maintainers         nomaintainer
12description         Enlightenment Foundation Libraries
13long_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.
14homepage            http://enlightenment.org/
15master_sites        http://download.enlightenment.org/rel/libs/efl/
16
17checksums                       sha256 30a8a239449e0d068a39787b5a4769dd26ddf0476f58f094c85e65b108086269
18
19depends_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
30configure.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