Ticket #48916: profanity.Portfile.txt

File profanity.Portfile.txt, 1.0 KB (added by subpop (Link Dupont), 9 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem 1.0
5
6name                    profanity
7version                 0.4.6
8categories              net
9platforms               darwin
10maintainers             me.com:link.dupont
11description             A console-based XMPP client written in C using ncurses
12homepage                http://profanity.im/
13license                 GPL-3
14master_sites            ${homepage}
15
16long_description        Profanity is a console based XMPP client written in C using \
17                        ncurses and libstrophe, inspired by Irssi.
18
19checksums               rmd160  c0297299bbf68f0e96f4db58bfa4260d7c0daed7 \
20                        sha256  9672667e419958dd75d40cc0f253087ba1ae7df0c3c855eaa780831ad8282a9f
21
22depends_build           port:m4 \
23                        port:pkgconfig
24depends_lib             port:ncurses \
25                        port:libstrophe \
26                        port:curl \
27                        port:openssl \
28                        port:glib2 \
29                        port:expat \
30                        port:libotr \
31                        port:gnutls
32
33variant notifications description {Enable terminal-notifier for notifications} {
34        depends_lib-append      port:terminal-notifier
35        configure.args-append   --enable-notifications
36}
37