aboutsummaryrefslogtreecommitdiffstats
path: root/net/libmsn/Makefile
blob: 5c0fef7d9c1549bcc1e964a334e0f36254e268f1 (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
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_LIBTOOL_VER=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>