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 | PortSystem 1.0 |
---|
4 | |
---|
5 | name girara |
---|
6 | version 0.2.0 |
---|
7 | categories gtk |
---|
8 | platforms darwin |
---|
9 | license zlib License |
---|
10 | maintainers gmail.com:starkhalo |
---|
11 | description Cross-platform widget toolkit based on GTK+ |
---|
12 | long_description \ |
---|
13 | girara is a library that implements a user interface that focuses on \ |
---|
14 | simplicity and minimalism. Currently based on GTK+, a cross-platform \ |
---|
15 | widget toolkit, it proves an interface that focueses on three main com- \ |
---|
16 | ponents: A so-called view widget that represents the actual application \ |
---|
17 | (e.g. a website (browser), an image (image viewer) or the document \ |
---|
18 | (document viewer)), an input bar that is used to execute commands of \ |
---|
19 | the application and the status bar which provides the user with current \ |
---|
20 | information. |
---|
21 | |
---|
22 | homepage http://pwmt.org/projects/girara/ |
---|
23 | |
---|
24 | master_sites http://pwmt.org/projects/girara/download/ |
---|
25 | distname girara-${version} |
---|
26 | |
---|
27 | checksums \ |
---|
28 | girara-${version}${extract.suffix} \ |
---|
29 | rmd160 e89c075c353548740ab9e3de1d8e6ccea61823f6 \ |
---|
30 | sha256 d14b54cb04d81ba3b84ad41c5e68951d250b455d0862add1c987e3af9e2e174d |
---|
31 | |
---|
32 | checksums-append \ |
---|
33 | patch-Makefile md5 d3b1e97613863dd46a031e854526f5b4 \ |
---|
34 | patch-config.mk md5 ffcc9ca7bbee838272dd26111d4a7774 |
---|
35 | |
---|
36 | patchfiles patch-Makefile \ |
---|
37 | patch-config.mk |
---|
38 | |
---|
39 | use_configure no |
---|
40 | |
---|
41 | depends_lib port:glib2 \ |
---|
42 | port:gtk3 \ |
---|
43 | port:intltool |
---|
44 | |
---|
45 | build.args PREFIX=${prefix} |
---|
46 | destroot.args PREFIX=${prefix} |
---|