Ticket #11436: Portfile

File Portfile, 856 bytes (added by anant@…, 17 years ago)

Portfile for x11/libsexy

Line 
1# $Id: Portfile 22143 2007-02-19 03:26:40Z ryandesign@macports.org $
2
3PortSystem              1.0
4name                    libsexy
5version             0.1.10
6categories              x11 devel
7platforms               darwin
8maintainers             anant@kix.in
9description         Doing naughty things to good Gtk+ widgets   
10
11long_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                       
16homepage                http://www.chipx86.com/wiki/Libsexy
17master_sites    http://releases.chipx86.com/libsexy/libsexy/   
18distname                ${name}-${version}
19
20depends_lib             lib:libgtk.2:gtk2
21
22checksums               md5 c009b0c89e5cf91dba17261f4cccfc4c \
23                            sha1 a7a39fa38d25039c7d3e219cbeb9690f065e7ef7 \
24                            rmd160 65650b47f0e1ded2fb7409a3ad22834147aab0c9
25