blob: eb92e7d10ad49ef3093f8b143c8103c84b5678ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# ex:ts=8
# Ports collection makefile for: libmsn
# Date created: Feb 6, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libmsn
DISTVERSION= 4.0-beta4
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
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= Does not compile on alpha
.endif
pre-configure:
${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>
|