Ticket #43564: Portfile

File Portfile, 1.7 KB (added by harciga, 10 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$
3PortSystem          1.0
4
5name                girara
6version             0.2.0
7categories          gtk
8platforms           darwin
9license             zlib License
10maintainers         gmail.com:starkhalo
11description         Cross-platform widget toolkit based on GTK+
12long_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
22homepage            http://pwmt.org/projects/girara/
23
24master_sites        http://pwmt.org/projects/girara/download/
25distname            girara-${version}
26
27checksums           \
28    girara-${version}${extract.suffix} \
29    rmd160 e89c075c353548740ab9e3de1d8e6ccea61823f6 \
30    sha256 d14b54cb04d81ba3b84ad41c5e68951d250b455d0862add1c987e3af9e2e174d
31
32checksums-append \
33    patch-Makefile  md5 d3b1e97613863dd46a031e854526f5b4 \
34    patch-config.mk md5 ffcc9ca7bbee838272dd26111d4a7774
35
36patchfiles          patch-Makefile \
37                    patch-config.mk
38
39use_configure       no
40
41depends_lib         port:glib2 \
42                    port:gtk3 \
43                    port:intltool
44
45build.args          PREFIX=${prefix}                   
46destroot.args       PREFIX=${prefix}