# -*- 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 name mousepad version 0.4.1 set branch [join [lrange [split ${version} .] 0 1] .] categories xfce platforms darwin license GPL-2+ maintainers nomaintainer description A text editor for Xfce based on Leafpad long_description ${description} homepage https://www.xfce.org master_sites http://archive.xfce.org/src/apps/${name}/${branch}/ use_bzip2 yes checksums sha256 39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b \ rmd160 07b8d2295a23180d5c3ae8d3b1d8099ce7e36f34 \ size 644161 depends_build port:desktop-file-utils \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:intltool \ port:pkgconfig depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \ port:gtksourceview2 \ port:libxfce4ui \ port:libxfce4util configure.args --enable-dbus --disable-gtk3 post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" }