84b5e611d2
* add Windows CE support with Visual Studio 2005 (WM5.0,PocketPC 2003/2005, Smartphone) * Update to osip2-3.0.1 * Add SRV record capabilities. * add new OPTIONS: do not send 101, remove pre-route set from message. It is now depending on net/libosip instead of net/libosip2 PR: 105166 Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> Approved by: maintainer, tmclaugh (implicit)
25 lines
603 B
Makefile
25 lines
603 B
Makefile
# New ports collection makefile for: libeXosip2
|
|
# Date created: 12 April 2006
|
|
# Whom: Muhammad Moinur Rahman <bd_subzero@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libeXosip2
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= exosip
|
|
|
|
MAINTAINER= bd_subzero@yahoo.com
|
|
COMMENT= GPL library that extends the capability of the oSIP library
|
|
|
|
LIB_DEPENDS= osip2:${PORTSDIR}/net/libosip
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-tools --disable-debug --disable-trace
|
|
USE_LDCONFIG= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|