diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-05-24 14:50:16 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-05-24 14:50:16 +0000 |
commit | 6b6cd5df67b317808b60282e0850b8d0d5019b53 (patch) | |
tree | aef7115b06c4059aaa5c023ecf50ff369bb84802 /net/cphone | |
parent | 5435b099cfa6fd3995d73db8cdf0c7dddbda310c (diff) | |
download | ports-6b6cd5df67b317808b60282e0850b8d0d5019b53.tar.gz ports-6b6cd5df67b317808b60282e0850b8d0d5019b53.zip |
Notes
Diffstat (limited to 'net/cphone')
-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 |
6 files changed, 78 insertions, 0 deletions
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 |