mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
No longer maintained as of April 2020 PR: 284544 Approved by: portmgr (maintainer timeout, 2+ weeks)
26 lines
589 B
Makefile
26 lines
589 B
Makefile
PORTNAME= jrtplib
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.11.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Object-oriented RTP library written in C++
|
|
WWW= https://research.edm.uhasselt.be/jori/page/Cs/JrtplibOld.html
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
|
|
|
|
DEPRECATED= Abandonware, no longer maintained upstream as of 2020
|
|
EXPIRATION_DATE=2025-03-31
|
|
|
|
LIB_DEPENDS= libsrtp2.so:net/libsrtp2
|
|
|
|
USES= cmake pathfix tar:bzip2
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= j0r1
|
|
GH_PROJECT= JRTPLIB
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= JRTPLIB_VER="${DISTVERSION:C/-.*//}"
|
|
|
|
.include <bsd.port.mk>
|