# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 71682 2010-09-19 19:42:16Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           cmake 1.0

name                libmsn
version             4.1
categories          net
platforms           darwin
maintainers         nomaintainer

description         MSN Messenger library

long_description    libmsn is a C++ library for Microsoft's MSN Messenger \
                    service. It provides a high-level interface that allows \
                    an application to access instant messaging features with \
                    ease.

homepage            http://sourceforge.net/projects/libmsn/
master_sites        sourceforge

checksums           md5     769d3cf0e5625263fbc23321c1ddfcb0

use_bzip2           yes

depends_lib         port:openssl

patchfiles          patch-msntest.cpp.diff
