You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
e6b2a795ad
- goocanvasmm2 already done via separate commit See: https://trac.macports.org/ticket/67568
54 lines
1.7 KiB
Tcl
54 lines
1.7 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup github 1.0
|
|
|
|
github.setup litehtml litebrowser-linux e7281239d613fbfb91a756f543d2af61e1d65c23
|
|
revision 2
|
|
checksums rmd160 d201a29a9b1eccbc6f6c29b4b4c533ae8a23fe15 \
|
|
sha256 fcf6599e3a1cddbb12e4353cf0c6bab5d0704371f7016dca1b59a4e5322f6c1c \
|
|
size 8537
|
|
|
|
name litebrowser
|
|
version 0.0.0-20211116
|
|
|
|
categories www
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license BSD
|
|
|
|
description a simple web browser based on litehtml
|
|
|
|
long_description ${name} is a minimal web browser intended \
|
|
primarily to demonstrate the capabilities \
|
|
of the litehtml rendering engine.
|
|
|
|
github.tarball_from archive
|
|
|
|
depends_build-append \
|
|
port:pkgconfig
|
|
|
|
depends_lib-append path:lib/pkgconfig/cairo.pc:cairo \
|
|
port:curl \
|
|
port:fontconfig \
|
|
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
|
|
port:gtkmm3 \
|
|
port:litehtml \
|
|
path:lib/pkgconfig/pango.pc:pango \
|
|
port:poco
|
|
|
|
patchfiles litehtml.patch
|
|
|
|
compiler.c_standard 1999
|
|
compiler.cxx_standard \
|
|
2011
|
|
|
|
# There is no `make install'.
|
|
destroot {
|
|
xinstall ${build.dir}/${name} ${destroot}${prefix}/bin
|
|
|
|
set docdir ${prefix}/share/doc/${name}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} LICENSE ${destroot}${docdir}
|
|
}
|