1 | # $Id: Portfile 47137 2009-02-22 16:06:12Z toby@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libmsn |
---|
5 | version 4.1 |
---|
6 | categories net |
---|
7 | maintainers nomaintainer |
---|
8 | description MSN Messenger library |
---|
9 | long_description \ |
---|
10 | libmsn is a C++ library for Microsoft's MSN Messenger service. \ |
---|
11 | It provides a high-level interface that allows an application \ |
---|
12 | to access instant messaging features with ease. |
---|
13 | homepage http://sourceforge.net/projects/libmsn/ |
---|
14 | platforms darwin |
---|
15 | master_sites sourceforge |
---|
16 | checksums md5 769d3cf0e5625263fbc23321c1ddfcb0 |
---|
17 | patchfiles patch-msntest.cpp.diff |
---|
18 | use_bzip2 yes |
---|
19 | depends_build port:cmake |
---|
20 | configure.cmd cmake |
---|
21 | configure.pre_args \ |
---|
22 | -DCMAKE_INSTALL_PREFIX=${prefix} |
---|
23 | |
---|