blob: d0577c3d71e0ff3afddeb2aebee28613c18c65a8 (
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= 1
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
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>
|