# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup marc-lorber oregano 0.73 v categories gnome science maintainers nomaintainer license GPL-2+ description A graphical software application for schematic capture and simulation of electrical circuits. long_description ${description} platforms darwin checksums rmd160 ff758dea4a5c5e37c594d474a5af263c6c172949 \ sha256 7d7a6da253bf5e19de553c6e113fd444a5e8eb3aad3055c83d7df08736362d19 depends_build port:autoconf \ port:automake \ port:intltool \ port:libtool \ port:pkgconfig \ port:rarian depends_lib port:gtksourceview2 \ port:libffi \ port:libgnomecanvas \ port:libgnomeui patchfiles patch-autogen.sh.diff \ patch-configure.in.diff \ patch-glib-2.32.diff use_autoreconf yes autoreconf.cmd ./autogen.sh configure.args --disable-silent-rules post-destroot { foreach f [glob ${destroot}${prefix}/share/mime/*] { if {[file isfile ${f}]} { delete ${f} } } }