blob: cd2433cb8892e293f9e0c913b6cd2a8408dcc3a8 (
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
|
# 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
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|