Ticket #31990: Portfile

File Portfile, 1009 bytes (added by projects@…, 12 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                ncdc
7version             1.5
8categories          net chat
9platforms           darwin
10maintainers         nomaintainer
11description         Ncurses Direct Connect
12long_description    Modern and lightweight direct connect client with a friendly ncurses interface.
13homepage            http://dev.yorhel.nl/ncdc
14license             MIT
15
16master_sites        http://dev.yorhel.nl/download \
17                    sourceforge
18
19checksums           md5  fbd49a2551d22fb9f41f77b118d01461 \
20                    sha1 a6a5cbc222e6846e6976a27610968442cc9a4851
21
22depends_lib         port:gdbm \
23                    port:ncurses \
24                    port:glib2 \
25                    port:libxml2 \
26                    port:bzip2
27
28depends_build       port:pkgconfig
29
30# optional:
31#depends_run        port:glib-networking
32
33use_parallel_build  yes