Import OhPhone, an OpenH323 Video Conferencing program
used with the OpenH323 library
This commit is contained in:
parent
6b424af3a1
commit
7f25515935
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31750
38
net/ohphone/Makefile
Normal file
38
net/ohphone/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: ohphone
|
||||
# Date created: Fri Aug 18 19:29:00 BST 2000
|
||||
# Whom: Roger Hardiman <roger@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ohphone
|
||||
PORTVERSION= 1.1b3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.openh323.org/bin/ \
|
||||
http://www.de.openh323.org/bin/ \
|
||||
http://www.ru.openh323.org/bin/
|
||||
DISTNAME= ohphone_1.1beta3
|
||||
|
||||
MAINTAINER= roger@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NOCLEANDEPENDS= yes
|
||||
|
||||
USE_NEWGCC= yes
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= opt
|
||||
MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
|
||||
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323
|
||||
THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
||||
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
|
||||
MAN1= ohphone.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/ohphone.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ohphone/distinfo
Normal file
1
net/ohphone/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ohphone_1.1beta3.tar.gz) = b0c0c64a710108b976c81c31cc40aa78
|
1
net/ohphone/pkg-comment
Normal file
1
net/ohphone/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
H323 Video Conferencing Program, compatible with NetMeeting
|
10
net/ohphone/pkg-descr
Normal file
10
net/ohphone/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
OhPhone is a H323 Video Conferencing Program compatible with other
|
||||
H323 video conferencing programs including Microsoft NetMeeting.
|
||||
|
||||
OhPhone supports full duplex audio and bi-directional video.
|
||||
It requires a full duplex sound card for audio support
|
||||
and a Bt848/878 based video card (using the bktr driver) for video capture.
|
||||
|
||||
It uses the OpenH323 and PWLib libraries, developed by Equivalence Pty.
|
||||
|
||||
WWW: http://www.openh323.org
|
1
net/ohphone/pkg-plist
Normal file
1
net/ohphone/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/ohphone
|
Loading…
Reference in New Issue
Block a user