mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
fb72842a1a
It looks like version 4.2 is a bit messed up, as soap.h includes a header which is not installed by default, breaking the build for ports such as kdenetwork4. Bump PORTREVISION. Will report upstream at https://bugs.kde.org/285803. Reported by: Jan Henrik Sylvester <me@janh.de> Approved by: avilla (mentor, implicit), Shane Bell <decept0@gmail.com> (maintainer, implicit) Feature safe: yes
32 lines
686 B
Makefile
32 lines
686 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libmsn
|
|
# Date created: Feb 6, 2005
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmsn
|
|
DISTVERSION= 4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= decept0@gmail.com
|
|
COMMENT= A library for connecting to MSN Messenger service
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_OPENSSL= yes
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|g' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
@${REINPLACE_CMD} -e 's|crypto|${OPENSSLLIB}/libcrypto.so|g' -e 's|ssl|${OPENSSLLIB}/libssl.so|g' \
|
|
${WRKSRC}/msn/CMakeLists.txt \
|
|
${WRKSRC}/msntest/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|