diff options
author | roger <roger@FreeBSD.org> | 2002-05-24 22:50:16 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-05-24 22:50:16 +0800 |
commit | 0b3a3fb283e38db5cb151774068934b456db125f (patch) | |
tree | ea929d3b33789baae6593afdbad4596fbeb613c7 /net | |
parent | f8a22fba8187be4c317b34d045b356397967aa6f (diff) | |
download | freebsd-ports-gnome-0b3a3fb283e38db5cb151774068934b456db125f.tar.gz freebsd-ports-gnome-0b3a3fb283e38db5cb151774068934b456db125f.tar.zst freebsd-ports-gnome-0b3a3fb283e38db5cb151774068934b456db125f.zip |
Add CPhone, a H323 VoIP and Video Conferencing program which can
connect to GnomeMeeting, OhPhone and NetMeeting users.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/cphone/Makefile | 36 | ||||
-rw-r--r-- | net/cphone/distinfo | 1 | ||||
-rw-r--r-- | net/cphone/files/patch-aa | 27 | ||||
-rw-r--r-- | net/cphone/pkg-comment | 1 | ||||
-rw-r--r-- | net/cphone/pkg-descr | 12 | ||||
-rw-r--r-- | net/cphone/pkg-plist | 1 |
7 files changed, 79 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 01775a3c9cd2..2bf9068bb229 100644 --- a/net/Makefile +++ b/net/Makefile @@ -57,6 +57,7 @@ SUBDIR += coda_server SUBDIR += confregdecode SUBDIR += corkscrew + SUBDIR += cphone SUBDIR += crescendo SUBDIR += cricket SUBDIR += cryptcat diff --git a/net/cphone/Makefile b/net/cphone/Makefile new file mode 100644 index 000000000000..86b2ee3b7337 --- /dev/null +++ b/net/cphone/Makefile @@ -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> diff --git a/net/cphone/distinfo b/net/cphone/distinfo new file mode 100644 index 000000000000..ab417eeccaf9 --- /dev/null +++ b/net/cphone/distinfo @@ -0,0 +1 @@ +MD5 (cphone_0.1.0.tar.gz) = e3502662468d524f8010caaecf44b342 diff --git a/net/cphone/files/patch-aa b/net/cphone/files/patch-aa new file mode 100644 index 000000000000..b216363e2aca --- /dev/null +++ b/net/cphone/files/patch-aa @@ -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)) diff --git a/net/cphone/pkg-comment b/net/cphone/pkg-comment new file mode 100644 index 000000000000..dc118f77edba --- /dev/null +++ b/net/cphone/pkg-comment @@ -0,0 +1 @@ +H323 Video Conferencing Program which uses QT diff --git a/net/cphone/pkg-descr b/net/cphone/pkg-descr new file mode 100644 index 000000000000..208fbbd40952 --- /dev/null +++ b/net/cphone/pkg-descr @@ -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/ diff --git a/net/cphone/pkg-plist b/net/cphone/pkg-plist new file mode 100644 index 000000000000..908a0035b5d7 --- /dev/null +++ b/net/cphone/pkg-plist @@ -0,0 +1 @@ +bin/cphone |