Ticket #16919: Portfile

File Portfile, 927 bytes (added by phirince@…, 16 years ago)

Portfile for ncmpc

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                ncmpc
7version             0.11.1
8categories          audio
9maintainers         phirince
10description         curses Music Player Daemon (MPD) client
11long_description    ncmpc is  a client for MPD, the Music Player Daemon.
12homepage            http://hem.bredband.net/kaw/ncmpc/index.html
13platforms           darwin
14master_sites        http://hem.bredband.net/kaw/ncmpc/files/
15
16checksums           md5 c90668b12f3676c73913a863482ec405 \
17                    sha1 f1998f1d245386eb103ae12c50cf1bf0f5985ed7 \
18                    rmd160 a47e2850f165306e95c0966ac9e862e75cf876f7
19
20depends_lib         port:glib2 \
21                    port:ncurses       
22
23configure.args      --mandir=${prefix}/share/man
24
25configure.cflags-append    -fnested-functions
26