# -*- 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 name profanity version 0.4.6 categories net platforms darwin maintainers me.com:link.dupont description A console-based XMPP client written in C using ncurses homepage http://profanity.im/ license GPL-3 master_sites ${homepage} long_description Profanity is a console based XMPP client written in C using \ ncurses and libstrophe, inspired by Irssi. checksums rmd160 c0297299bbf68f0e96f4db58bfa4260d7c0daed7 \ sha256 9672667e419958dd75d40cc0f253087ba1ae7df0c3c855eaa780831ad8282a9f depends_build port:m4 \ port:pkgconfig depends_lib port:ncurses \ port:libstrophe \ port:curl \ port:openssl \ port:glib2 \ port:expat \ port:libotr \ port:gnutls variant notifications description {Enable terminal-notifier for notifications} { depends_lib-append port:terminal-notifier configure.args-append --enable-notifications }