a1e5e32966
oSIP provides a SIP stack with a limited set of features common to any kind of SIP Agents. Thus oSIP is not oriented towards any particular implementations and can be used for implementing SIP End-Point, Proxy or any kind of more specific SIP Agent such as B2BUA. from markus@
25 lines
486 B
Makefile
25 lines
486 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/06/29 21:12:31 sturm Exp $
|
|
|
|
COMMENT= "GNU oSIP library"
|
|
|
|
DISTNAME= libosip2-2.2.0
|
|
CATEGORIES= telephony devel
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/osip/
|
|
|
|
MAINTAINER= Markus Friedl <markus@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=osip/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --disable-debug \
|
|
--enable-test
|
|
|
|
.include <bsd.port.mk>
|