# $Id$ PortSystem 1.0 name ncid version 0.74 categories net maintainers davidlaporte.org:david ryandesign homepage http://ncid.sourceforge.net/ master_sites sourceforge platforms darwin distname ${name}-${version}-src worksrcdir ${name} use_configure no build.target local build.post_args settag="Macintosh OS X" STRIP= destroot.target mac-install destroot.destdir prefix=${destroot}${prefix} universal_variant no use_parallel_build yes description \ Network Caller ID system long_description \ NCID is Caller ID (CID) distributed over a network to a variety of \ devices and computers. It consists of a server that obtains the \ Caller ID information and various clients that receive the \ information from the server and act on it in various ways. \ The NCID package consists of a server called ncidd, a universal \ client called ncid and a CID client called ncidsip. \ The server obtains the Caller ID information from a modem, a CID \ device or one or more CID clients, and then sends the information \ to each connected client. checksums \ md5 18885a48bc8be40fa2423a266c6c9e40 \ sha1 f3df5926b35fdff7d16fd5b452d326009de17a59 \ rmd160 af0858e6d73c6ae78699d77ff4f107d36c61312c depends_lib \ port:tcl \ port:tk patchfiles \ patch-Makefile.diff \ patch-manpages.diff post-patch { reinplace "s|@PREFIX@|${prefix}|g" \ ${worksrcpath}/Makefile \ ${worksrcpath}/man/ncid.1 \ ${worksrcpath}/man/ncidd.8 \ ${worksrcpath}/man/ncidmodules.1 \ ${worksrcpath}/man/ncidrotate.1 \ ${worksrcpath}/man/ncidsip.8 \ ${worksrcpath}/man/ncidtools.1 \ ${worksrcpath}/man/sip2ncid.8 \ ${worksrcpath}/man/yac2ncid.1 } build.env \ CC=${configure.cc}