Ticket #16465: Portfile

File Portfile, 1.4 KB (added by billitch@…, 16 years ago)
Line 
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
4PortSystem              1.0
5
6name                    ptlib
7version                 2.2.1
8categories              lang
9maintainers             gmail.com:billitch
10description             C++ multi-platform abstraction library
11
12long_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
18homepage                http://www.opalvoip.org/
19platforms               darwin
20master_sites            sourceforge:opalvoip
21distname                ${name}-${version}-src
22use_bzip2               yes
23checksums               md5     dc266ba315e130b304854592e6388725 \
24                        sha1    4f8d63b2aaa49d9cf9a2061746781cd310be7a3b \
25                        rmd160  5f08c69336d191bde56f62de9627e1fbd82a7275
26worksrcdir              ${name}_${version}
27
28patchfiles              patch-Makefile.in.diff
29configure.args          --disable-plugins
30
31post-destroot {
32    copy ${worksrcpath}/version.h ${destroot}${prefix}/share/${name}/
33}