mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
26 lines
491 B
Makefile
26 lines
491 B
Makefile
# 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.mk>
|