pkgsrc/net/ccrtp/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

28 lines
727 B
Makefile

# $NetBSD: Makefile,v 1.16 2020/01/18 23:33:13 rillig Exp $
DISTNAME= ccrtp-2.1.2
PKGREVISION= 7
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"