f73648c72a
libeXosip is a library that hides the complexity of using the SIP protocol for mutlimedia session establishement.
24 lines
622 B
Makefile
24 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/07/16 02:12:26 rodent Exp $
|
|
|
|
DISTNAME= libeXosip2-4.0.0
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= http://download.savannah.nongnu.org/releases/exosip/
|
|
|
|
MAINTAINER= schwarz@NetBSD.org
|
|
HOMEPAGE= http://savannah.nongnu.org/projects/exosip
|
|
COMMENT= The Extended Open SIP library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_FEATURES+= getopt_long
|
|
|
|
.include "options.mk"
|
|
|
|
LIBS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../net/libcares/buildlink3.mk"
|
|
.include "../../devel/libosip/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|