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 elementary |
---|
7 | version 1.14.0 |
---|
8 | categories efl |
---|
9 | platforms darwin |
---|
10 | license LGPL |
---|
11 | maintainers yahoo.fr:pierre.lamot |
---|
12 | description Elementary widget toolkit |
---|
13 | long_description This is a VERY SIMPLE toolkit. It is not meant for writing extensive desktop applications (yet). Small simple ones with simple needs. It is meant to make the programmers work almost brainless but give them lots of flexibility. |
---|
14 | |
---|
15 | homepage http://enlightenment.org/ |
---|
16 | master_sites http://download.enlightenment.org/rel/libs/elementary/ |
---|
17 | |
---|
18 | checksums sha256 aa06ca1b332b3cd29ffd136c1f10edf08a06906b3532785ce7e390c1cad6090e |
---|
19 | |
---|
20 | depends_lib port:efl |
---|