New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/net/ncid/Portfile

Revision 52833, 1.9 KB (checked in by ryandesign@…, 10 days ago)

ncid: update to 0.74

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem              1.0
4
5name                    ncid
6version                 0.74
7categories              net
8maintainers             davidlaporte.org:david ryandesign
9homepage                http://ncid.sourceforge.net/
10master_sites            sourceforge
11platforms               darwin
12distname                ${name}-${version}-src
13worksrcdir              ${name}
14use_configure           no
15build.target            local
16build.post_args         settag="Macintosh OS X" STRIP=
17destroot.target         mac-install
18destroot.destdir        prefix=${destroot}${prefix}
19universal_variant       no
20use_parallel_build      yes
21
22description \
23    Network Caller ID system
24
25long_description \
26    NCID is Caller ID (CID) distributed over a network to a variety of \
27    devices and computers. It consists of a server that obtains the \
28    Caller ID information and various clients that receive the \
29    information from the server and act on it in various ways. \
30    The NCID package consists of a server called ncidd, a universal \
31    client called ncid and a CID client called ncidsip. \
32    The server obtains the Caller ID information from a modem, a CID \
33    device or one or more CID clients, and then sends the information \
34    to each connected client.
35
36checksums \
37    md5     18885a48bc8be40fa2423a266c6c9e40 \
38    sha1    f3df5926b35fdff7d16fd5b452d326009de17a59 \
39    rmd160  af0858e6d73c6ae78699d77ff4f107d36c61312c
40
41depends_lib \
42    port:tcl \
43    port:tk
44
45patchfiles \
46    patch-Makefile.diff \
47    patch-manpages.diff
48
49post-patch {
50    reinplace "s|@PREFIX@|${prefix}|g" \
51        ${worksrcpath}/Makefile \
52        ${worksrcpath}/man/ncid.1 \
53        ${worksrcpath}/man/ncidd.8 \
54        ${worksrcpath}/man/ncidmodules.1 \
55        ${worksrcpath}/man/ncidrotate.1 \
56        ${worksrcpath}/man/ncidsip.8 \
57        ${worksrcpath}/man/ncidtools.1 \
58        ${worksrcpath}/man/sip2ncid.8 \
59        ${worksrcpath}/man/yac2ncid.1
60}
61
62build.env \
63    CC=${configure.cc}
Note: See TracBrowser for help on using the browser.