blob: 45ee8dc98e38cc75e06f7f1307da99bde1aa5395 (
plain)
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
PORTREVISION= 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.4:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not compile on alpha"
.endif
.include <bsd.port.post.mk>
|