aboutsummaryrefslogtreecommitdiff
path: root/net/ortp/Makefile
blob: 3f15c0f6e7ebf7f5ed9c7c336b7fe57d4072b9cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	ortp
# Date created:				20 October 2003
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ortp
PORTVERSION=	0.6.2
PORTREVISION=	4
CATEGORIES=	net
MASTER_SITES=	http://www.linphone.org/ortp/sources/

MAINTAINER=	sobomax@FreeBSD.org
COMMENT=	A Real-time Transport Protocol (RTP) stack

USE_GNOME=	glib20
USE_INC_LIBTOOL_VER=13
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>