28 lines
726 B
Makefile
28 lines
726 B
Makefile
# $NetBSD: Makefile,v 1.21 2021/12/08 16:02:26 adam Exp $
|
|
|
|
DISTNAME= ccrtp-2.1.2
|
|
PKGREVISION= 12
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=ccrtp/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/ccrtp/
|
|
COMMENT= RTP and RTSP protocol implementation using GNU CommonCpp
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES+= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= libccrtp.pc.in
|
|
INFO_FILES= yes
|
|
|
|
CMAKE_ARGS+= -DLIB_VERSION=${PKGVERSION_NOREV}
|
|
CMAKE_ARGS+= -DSOVERSION=2
|
|
|
|
.include "options.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.ucommon+= ucommon>=6.3.1
|
|
.include "../../devel/ucommon/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|