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 dillo2 |
---|
7 | version 2.2 |
---|
8 | conflicts dillo |
---|
9 | categories www |
---|
10 | maintainers strasweb.fr:rudloff \ |
---|
11 | openmaintainer |
---|
12 | platforms darwin |
---|
13 | description Simple but very fast web browser |
---|
14 | long_description Dillo is a web browser project completely written in C. \ |
---|
15 | Dillo aims to be a multi-platform browser alternative \ |
---|
16 | that's small, stable, developer-friendly, usable, fast, \ |
---|
17 | and extensible. |
---|
18 | |
---|
19 | use_bzip2 yes |
---|
20 | |
---|
21 | homepage http://www.dillo.org/ |
---|
22 | master_sites ${homepage}/download/ |
---|
23 | distname dillo-${version} |
---|
24 | |
---|
25 | checksums sha1 06b325a246a639d936dabfc73d005f951d23c151 \ |
---|
26 | rmd160 050f5bcd46042764c9bba536e6e5fd97453e1d6f |
---|
27 | |
---|
28 | |
---|
29 | depends_lib port:jpeg \ |
---|
30 | port:libpng \ |
---|
31 | port:fltk2 |
---|
32 | |
---|
33 | |
---|
34 | patchfiles patch-configure.diff |
---|
35 | |
---|
36 | configure.args-append --disable-threaded-dns |
---|
37 | |
---|
38 | notes "If you have problems running dillo, try changing the buffered_drawing option in ~/.dillo/dillorc. " |
---|