diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-20 13:04:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-20 13:04:37 +0000 |
commit | 8ff288dfbd3eabeba15787b8baef7233a081e34a (patch) | |
tree | 898668fb615b65bf1f4ad257345f40f7cfc59261 /net/ortp/Makefile | |
parent | 9535f0d4b75cfc7d482437aec7b7472c0b8ba981 (diff) | |
download | ports-8ff288dfbd3eabeba15787b8baef7233a081e34a.tar.gz ports-8ff288dfbd3eabeba15787b8baef7233a081e34a.zip |
Notes
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 000000000000..8ba093fa2910 --- /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> |