Add CPhone, a H323 VoIP and Video Conferencing program which can
connect to GnomeMeeting, OhPhone and NetMeeting users.
This commit is contained in:
parent
5435b099cf
commit
6b6cd5df67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59902
@ -57,6 +57,7 @@
|
||||
SUBDIR += coda_server
|
||||
SUBDIR += confregdecode
|
||||
SUBDIR += corkscrew
|
||||
SUBDIR += cphone
|
||||
SUBDIR += crescendo
|
||||
SUBDIR += cricket
|
||||
SUBDIR += cryptcat
|
||||
|
36
net/cphone/Makefile
Normal file
36
net/cphone/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: cphone
|
||||
# Date created: Thu May 24 15:50:00 BST 2000
|
||||
# Whom: Roger Hardiman <roger@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cphone
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.sourceforge.net/cphone/
|
||||
DISTNAME= cphone_0.1.0
|
||||
|
||||
MAINTAINER= roger@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NOCLEANDEPENDS= yes
|
||||
|
||||
USE_NEWGCC= yes
|
||||
USE_BISON= yes
|
||||
USE_QT_VER= 2
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= optnoshared
|
||||
MAKE_ENV= QTDIR=${X11BASE} \
|
||||
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}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/cphone ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/cphone/distinfo
Normal file
1
net/cphone/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cphone_0.1.0.tar.gz) = e3502662468d524f8010caaecf44b342
|
27
net/cphone/files/patch-aa
Normal file
27
net/cphone/files/patch-aa
Normal file
@ -0,0 +1,27 @@
|
||||
*** Makefile.orig Fri May 24 15:01:19 2002
|
||||
--- Makefile Fri May 24 15:15:27 2002
|
||||
*************** endif
|
||||
*** 83,93 ****
|
||||
|
||||
|
||||
UIC = $(QTDIR)/bin/uic
|
||||
! MOC = $(QTDIR)/bin/moc
|
||||
|
||||
! STDCCFLAGS += -I$(QTDIR)/include -DQT_THREAD_SUPPORT
|
||||
LDFLAGS += -L$(QTDIR)/lib -L$(XLIBDIR)
|
||||
! ENDLDLIBS += -lqt-mt -lSM -lICE -lXext -lX11 -ldl
|
||||
|
||||
UISRC := $(patsubst %.ui,%.cxx,$(UIFILES))
|
||||
UIHDRS := $(patsubst %.ui,%.h,$(UIFILES))
|
||||
--- 83,93 ----
|
||||
|
||||
|
||||
UIC = $(QTDIR)/bin/uic
|
||||
! MOC = $(QTDIR)/bin/moc2
|
||||
|
||||
! STDCCFLAGS += -I$(QTDIR)/include/qt2 -DQT_THREAD_SUPPORT
|
||||
LDFLAGS += -L$(QTDIR)/lib -L$(XLIBDIR)
|
||||
! ENDLDLIBS += -lqt2-mt -lSM -lICE -lXext -lX11
|
||||
|
||||
UISRC := $(patsubst %.ui,%.cxx,$(UIFILES))
|
||||
UIHDRS := $(patsubst %.ui,%.h,$(UIFILES))
|
1
net/cphone/pkg-comment
Normal file
1
net/cphone/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
H323 Video Conferencing Program which uses QT
|
12
net/cphone/pkg-descr
Normal file
12
net/cphone/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
CPhone is a H323 Video Conferencing Program compatible with other
|
||||
H323 video conferencing programs including Microsoft NetMeeting,
|
||||
OhPhone and GnomeMeeting.
|
||||
|
||||
CPhone 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) is required if you
|
||||
want to send video.
|
||||
|
||||
It uses the OpenH323 and PWLib libraries (see ports/net/openh323)
|
||||
|
||||
WWW: http://cphone.sourceforge.net/
|
1
net/cphone/pkg-plist
Normal file
1
net/cphone/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/cphone
|
Loading…
Reference in New Issue
Block a user