mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
use openssl 1.0 (newer versions didn't build). closes: https://trac.macports.org/ticket/62833
35 lines
1.1 KiB
Tcl
35 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup openssl 1.0
|
|
|
|
openssl.branch 1.0
|
|
|
|
name libmsn
|
|
version 4.2.1
|
|
revision 0
|
|
categories net
|
|
license {GPL-2+ OpenSSLException}
|
|
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 https://sourceforge.net/projects/libmsn/
|
|
master_sites sourceforge
|
|
|
|
checksums md5 38e46e589720eefd71f92b6b76993bf0 \
|
|
rmd160 319a04152e90be35e59531d77f1c0548fa57aa1f \
|
|
sha256 338369c7455b123e84b9a7a858ac0ed2b1dc32e6529f460fdc01d28869a20fde \
|
|
size 316900
|
|
|
|
use_bzip2 yes
|
|
|
|
patchfiles patch-util.diff
|