summaryrefslogtreecommitdiff
path: root/net-im/libmsn/Makefile
blob: 114e7ddfd5291943722ff8a5677f344d5ea64ce2 (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
# ex:ts=8
# Ports collection makefile for:	libmsn
# Date created:			Feb 6, 2005
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	libmsn
PORTVERSION=	3.2
CATEGORIES=	net-im
MASTER_SITES=	http://libmsn.bdash.net.nz/files/ \
		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A library for connecting to MSN Messenger service

LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl

USE_AUTOTOOLS=	libtool:15
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha"
BROKEN=		"Does not compile on alpha" 
.endif

.include <bsd.port.post.mk>