# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name epiphany-extensions version 2.32.0 license GPL-2+ set branch [join [lrange [split ${version} .] 0 1] .] description Extensions for epiphany, the GNOME web browser long_description \ A set of extensions for epiphany, the GNOME web browser maintainers nomaintainer categories gnome www platforms darwin homepage http://projects.gnome.org/epiphany/extensions master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums rmd160 f4ff2a8b937486e8d5ac8571c52b1c8f34e9516e \ sha256 1d6ac9f24050f409812a1653156033c6c005c27bc590f2a54164715771a1e16e depends_build port:intltool \ port:pkgconfig \ port:gnome-doc-utils depends_lib port:epiphany \ port:rarian configure.args --with-extensions=all \ --disable-maintainer-mode \ --enable-opensp=no variant opensp description {Use OpenSP for SGML validation} { depends_lib-append port:opensp configure.args-replace s/(--enable-opensp=)no/\1yes/ } post-activate { system "${prefix}/bin/scrollkeeper-update" } livecheck.type gnome