1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 38782 2008-07-31 07:54:34Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name ptlib |
---|
7 | version 2.2.1 |
---|
8 | categories lang |
---|
9 | maintainers gmail.com:billitch |
---|
10 | description C++ multi-platform abstraction library |
---|
11 | |
---|
12 | long_description The Portable Tool Library (PTLib) is a \ |
---|
13 | C++ multi-platform abstraction library \ |
---|
14 | and collection of portable tools. It is \ |
---|
15 | actively used and developed by the Open \ |
---|
16 | Phone Abstraction Library (OPAL). |
---|
17 | |
---|
18 | homepage http://www.opalvoip.org/ |
---|
19 | platforms darwin |
---|
20 | master_sites sourceforge:opalvoip |
---|
21 | distname ${name}-${version}-src |
---|
22 | use_bzip2 yes |
---|
23 | checksums md5 dc266ba315e130b304854592e6388725 \ |
---|
24 | sha1 4f8d63b2aaa49d9cf9a2061746781cd310be7a3b \ |
---|
25 | rmd160 5f08c69336d191bde56f62de9627e1fbd82a7275 |
---|
26 | worksrcdir ${name}_${version} |
---|
27 | |
---|
28 | patchfiles patch-Makefile.in.diff |
---|
29 | configure.args --disable-plugins |
---|
30 | |
---|
31 | post-destroot { |
---|
32 | copy ${worksrcpath}/version.h ${destroot}${prefix}/share/${name}/ |
---|
33 | } |
---|