2003-10-20 15:04:37 +02:00
|
|
|
# New ports collection makefile for: ortp
|
|
|
|
# Date created: 20 October 2003
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ortp
|
|
|
|
PORTVERSION= 0.6.2
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 4
|
2003-10-20 15:04:37 +02:00
|
|
|
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
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:13:inc
|
2003-10-20 15:04:37 +02:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|