diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-10-20 13:04:37 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-10-20 13:04:37 +0000 |
commit | f10159e89dcb9c556656c13ef559236d337d0032 (patch) | |
tree | 5d26b20b769dad99d239dc31a5627b6bfbab3851 /net/ortp/Makefile | |
parent | 5edef7e9de2f63206f7e409e23c4dbb92b8a277d (diff) | |
download | FreeBSD-ports-f10159e89dcb9c556656c13ef559236d337d0032.zip FreeBSD-ports-f10159e89dcb9c556656c13ef559236d337d0032.tar.gz |
Add ortp 0.6.2, a Real-time Transport Protocol (RTP) stack.
Diffstat (limited to 'net/ortp/Makefile')
-rw-r--r-- | net/ortp/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile new file mode 100644 index 0000000..8ba093f --- /dev/null +++ b/net/ortp/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ortp +# Date created: 20 October 2003 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ortp +PORTVERSION= 0.6.2 +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_LIBTOOL= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |