opnsense-ports/net/ortp/Makefile
Franco Fichtner ab0c415e58 */*: sync with upstream
Taken from: FreeBSD
2015-11-07 09:50:56 +01:00

23 lines
515 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= ortp
PORTVERSION= 0.25.0
CATEGORIES= net
MASTER_SITES= SAVANNAH/linphone/ortp/sources
MAINTAINER= sobomax@FreeBSD.org
COMMENT= Real-time Transport Protocol (RTP) library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS_INSTALL= linphone-base-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules --disable-strict
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>