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