Ticket #29665: Portfile

File Portfile, 1.2 KB (added by rudloff@…, 13 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$
3
4PortSystem 1.0
5
6name            dillo2
7version         2.2
8conflicts       dillo
9categories      www
10maintainers     strasweb.fr:rudloff \
11                openmaintainer
12platforms       darwin
13description     Simple but very fast web browser
14long_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
19use_bzip2       yes
20
21homepage        http://www.dillo.org/
22master_sites    ${homepage}/download/
23distname        dillo-${version}
24
25checksums   sha1        06b325a246a639d936dabfc73d005f951d23c151 \
26            rmd160      050f5bcd46042764c9bba536e6e5fd97453e1d6f
27       
28
29depends_lib     port:jpeg       \
30                port:libpng \
31                port:fltk2
32
33
34patchfiles      patch-configure.diff
35               
36configure.args-append  --disable-threaded-dns
37
38notes "If you have problems running dillo, try changing the buffered_drawing option in ~/.dillo/dillorc. "