d2767a5df6
ChangeLog: 2013-06-03 Tristan Matth Uninitialized control message and rtcp messages.
25 lines
631 B
Makefile
25 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/06/27 01:39:09 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= ccrtp-2.0.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/ccrtp/
|
|
COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES+= c c++
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libccrtp1.pc.in
|
|
INFO_FILES= yes
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../devel/ucommon/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|