1 | # $Id: Portfile 22143 2007-02-19 03:26:40Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libsexy |
---|
5 | version 0.1.10 |
---|
6 | categories x11 devel |
---|
7 | platforms darwin |
---|
8 | maintainers anant@kix.in |
---|
9 | description Doing naughty things to good Gtk+ widgets |
---|
10 | |
---|
11 | long_description libsexy is a collection of GTK+ widgets that\ |
---|
12 | extend the functionality of such standard widgets\ |
---|
13 | as GtkEntry and GtkLabel by subclassing them and\ |
---|
14 | working around the limitations of the widgets. |
---|
15 | |
---|
16 | homepage http://www.chipx86.com/wiki/Libsexy |
---|
17 | master_sites http://releases.chipx86.com/libsexy/libsexy/ |
---|
18 | distname ${name}-${version} |
---|
19 | |
---|
20 | depends_lib lib:libgtk.2:gtk2 |
---|
21 | |
---|
22 | checksums md5 c009b0c89e5cf91dba17261f4cccfc4c \ |
---|
23 | sha1 a7a39fa38d25039c7d3e219cbeb9690f065e7ef7 \ |
---|
24 | rmd160 65650b47f0e1ded2fb7409a3ad22834147aab0c9 |
---|
25 | |
---|